mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 01:04:19 +08:00
Better MAVLink app error reporting
This commit is contained in:
@@ -451,6 +451,7 @@ protected:
|
||||
fputs("\n", fp);
|
||||
} else {
|
||||
PX4_WARN("Failed to open MAVLink log: %s errno=%d", log_file_path, errno);
|
||||
PX4_WARN("Filename: %s", log_file_name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user