summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/TaskMan.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/TaskMan.cc b/lib/TaskMan.cc
index 4d58be9..1e1fba6 100644
--- a/lib/TaskMan.cc
+++ b/lib/TaskMan.cc
@@ -220,7 +220,7 @@ void TaskMan::MainLoop() throw (GeneralException) {
}
if (t->GetState() == TASK_BURST) {
-// cerr << "-=- TaskMan: running burning task " << t->GetName() << endl;
+ cerr << "-=- TaskMan: running burning task " << t->GetName() << endl;
t->Run();
/* if the task added some new tasks, we have to rerun the loop */
no_burst = 0;