diff --git a/src/commands/CmdUrgency.cpp b/src/commands/CmdUrgency.cpp index 22e9b0dea..53b19253e 100644 --- a/src/commands/CmdUrgency.cpp +++ b/src/commands/CmdUrgency.cpp @@ -73,9 +73,9 @@ int CmdUrgency::execute (std::string& output) } else { - std::string uuid = task->get ("uuid"); out << format (STRING_CMD_URGENCY_RESULT, - uuid, task->urgency ()) + task->get ("uuid"), + task->urgency ()) << "\n"; } }