Skip to content

Commit

Permalink
simulator: improve misleading TCP message
Browse files Browse the repository at this point in the history
Proposed first by @lovettchris.
  • Loading branch information
julianoes committed Feb 20, 2020
1 parent e46635b commit 20276d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/simulator/simulator_mavlink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ void Simulator::run()

} else {

PX4_INFO("Waiting for simulator to connect on TCP port %u", _port);
PX4_INFO("Waiting for simulator to accept connection on TCP port %u", _port);

while (true) {
if ((_fd = socket(AF_INET, SOCK_STREAM, 0)) < 0) {
Expand Down

0 comments on commit 20276d4

Please sign in to comment.