Skip to content

Commit

Permalink
Make navigator message a bit more informative
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzMeier committed May 19, 2016
1 parent 87e5499 commit 3c22c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/navigator/navigator_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ Navigator::task_main()
if (pret == 0) {
/* timed out - periodic check for _task_should_exit, etc. */
if (global_pos_available_once) {
PX4_WARN("navigator timed out");
PX4_WARN("no GPS - navigator timed out");
global_pos_available_once = false;
}
continue;
Expand Down

0 comments on commit 3c22c1c

Please sign in to comment.