mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
simulator: improve misleading TCP message
Proposed first by @lovettchris.
This commit is contained in:
parent
e46635b1de
commit
20276d4ff8
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user