From c20bfffbcecba2cff12645d0a086758993b06929 Mon Sep 17 00:00:00 2001 From: Johannes Schlatow Date: Tue, 26 Oct 2010 15:17:21 +0200 Subject: [PATCH] Merge - fixed output --- src/TDB.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TDB.cpp b/src/TDB.cpp index aeb715edf..b909f2f0f 100644 --- a/src/TDB.cpp +++ b/src/TDB.cpp @@ -1559,7 +1559,7 @@ void TDB::merge (const std::string& mergeFile) { std::cout << "Merging new remote task " << (useColor ? colorAdded.colorize (uuid) : uuid) - << " \"" << cutOff (tmod.getBefore ().get ("description"), 10) << "\"" + << " \"" << cutOff (tmod.getAfter ().get ("description"), 10) << "\"" << "\n"; // remove the \n from composeF4() string