Skip to content

Commit

Permalink
navigator: Align MAVLINK message level with EVENT message level (#23535)
Browse files Browse the repository at this point in the history
  • Loading branch information
muramura authored Aug 12, 2024
1 parent e008ca2 commit db8781e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/navigator/geofence.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ Geofence::loadFromFile(const char *filename)

} else {
mavlink_log_critical(_navigator->get_mavlink_log_pub(), "Geofence: import error\t");
events::send(events::ID("navigator_geofence_import_failed"), events::Log::Error, "Geofence: import error");
events::send(events::ID("navigator_geofence_import_failed"), events::Log::Critical, "Geofence: import error");
}

updateFence();
Expand Down

0 comments on commit db8781e

Please sign in to comment.