updated warning (#22367)

Signed-off-by: frederik <frederik@auterion.com>
Co-authored-by: frederik <frederik@auterion.com>
This commit is contained in:
Frederik Markus 2023-11-15 01:44:38 +09:00 committed by GitHub
parent 4e8554f0a6
commit 6fef20988e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ int GZBridge::init()
// If Gazebo has not been called, wait 2 seconds and try again.
else {
PX4_WARN("Service call timed out as Gazebo has not been detected.");
printf("WARN [gz_bridge] Service call timed out as Gazebo has not been detected. \n");
system_usleep(2000000);
}
}