logging consistency

This commit is contained in:
2026-02-02 12:16:13 -08:00
parent 0e9f494c50
commit 87d925ba5c
2 changed files with 3 additions and 5 deletions

View File

@@ -207,7 +207,7 @@ class UAVRunner(BasicRunner):
print(f"[UAV] Sent {MessageType.READY.name}")
elif msg_type == MessageType.READY:
print("[UAV] Received READY from server - mission complete")
print("[UAV] Mission complete")
break
else: