From 00b3967ddc36bd27c31d13a17e754a2c28da3e15 Mon Sep 17 00:00:00 2001 From: Valentin Platzgummer Date: Thu, 10 Oct 2019 10:58:11 +0200 Subject: [PATCH] trying to add wp to flight view --- src/Wima/WimaController.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Wima/WimaController.cc b/src/Wima/WimaController.cc index 2d6a0a4db..64f375f9c 100644 --- a/src/Wima/WimaController.cc +++ b/src/Wima/WimaController.cc @@ -234,7 +234,7 @@ void WimaController::containerDataValidChanged(bool valid) } // remove warnings if you read this - qWarning("Mission Item count:"); + qWarning("WimaController::containerDataValidChanged(): Mission Item count:"); qWarning() << _missionItems.count(); _missionController->removeAll(); -- 2.22.0