Merge pull request #2033 from kraetzin/2.6.0

Display task ID when unwaiting task
This commit is contained in:
Paul Beckingham 2018-06-03 14:15:47 -04:00 committed by GitHub
commit 4a42364775
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -367,7 +367,7 @@ void TF2::load_gc (Task& task)
Context::getContext ().tdb2.pending._dirty = true;
if (Context::getContext ().verbose ("unwait"))
Context::getContext ().footnote (format ("Un-waiting task '{1}'", task.get ("description")));
Context::getContext ().footnote (format ("Un-waiting task {1} '{2}'", task.id, task.get ("description")));
}
Context::getContext ().tdb2.pending._tasks.push_back (task);