Commit 8351dfff authored by DonLakeFlyer's avatar DonLakeFlyer

Fix debug output

parent 042a1d15
......@@ -911,7 +911,7 @@ void PlanManager::removeAll(void)
return;
}
qCDebug(PlanManagerLog) << QStringLiteral("removeAll").arg(_planTypeString());
qCDebug(PlanManagerLog) << QStringLiteral("removeAll %1").arg(_planTypeString());
_clearAndDeleteMissionItems();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment