mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 09:28:58 +00:00
simulator: improve misleading TCP message
Proposed first by @lovettchris.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user