From 34a9449df92e6c9b11bd61cf3acfb27133f308ec Mon Sep 17 00:00:00 2001
From: Lorenz Meier <lm@inf.ethz.ch>
Date: Sat, 9 Apr 2016 18:00:38 -0700
Subject: [PATCH] Include cal status data for mag

---
 src/modules/commander/mag_calibration.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/commander/mag_calibration.cpp b/src/modules/commander/mag_calibration.cpp
index d303ea09b7..dec79faffe 100644
--- a/src/modules/commander/mag_calibration.cpp
+++ b/src/modules/commander/mag_calibration.cpp
@@ -268,7 +268,7 @@ static calibrate_return mag_calibration_worker(detect_orientation_return orienta
 	mag_worker_data_t* worker_data = (mag_worker_data_t*)(data);
 
 	calibration_log_info(worker_data->mavlink_log_pub, "[cal] Rotate vehicle around the detected orientation");
-	calibration_log_info(worker_data->mavlink_log_pub, "[cal] Continue rotation for %u seconds", worker_data->calibration_interval_perside_seconds);
+	calibration_log_info(worker_data->mavlink_log_pub, "[cal] Continue rotation for %s %u s", detect_orientation_str(orientation), worker_data->calibration_interval_perside_seconds);
 
 	/*
 	 * Detect if the system is rotating.
-- 
GitLab