mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 19:20:35 +08:00
Commander: Include process name in poll error message
This commit is contained in:
@@ -3266,7 +3266,7 @@ void *commander_low_prio_loop(void *arg)
|
||||
}
|
||||
} else if (pret < 0) {
|
||||
/* this is undesirable but not much we can do - might want to flag unhappy status */
|
||||
warn("poll error %d, %d", pret, errno);
|
||||
warn("commander: poll error %d, %d", pret, errno);
|
||||
continue;
|
||||
} else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user