mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Navigator: Announce app name in poll error return
This commit is contained in:
@@ -331,7 +331,7 @@ Navigator::task_main()
|
||||
|
||||
} else if (pret < 0) {
|
||||
/* this is undesirable but not much we can do - might want to flag unhappy status */
|
||||
PX4_WARN("poll error %d, %d", pret, errno);
|
||||
PX4_WARN("nav: poll error %d, %d", pret, errno);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user