Navigator: Announce app name in poll error return

This commit is contained in:
Lorenz Meier
2016-02-05 00:52:35 +01:00
parent 4990272b19
commit d8892eb86d

View File

@@ -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;
}