summaryrefslogtreecommitdiff
path: root/src/Task.cc
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-11-28 19:26:02 -0800
committerPixel <pixel@nobis-crew.org>2011-11-28 19:26:02 -0800
commitce6bdf0537660a59cac017a2d58d703468f33298 (patch)
treecc0d693bf83e9fa35ac4ceb4c4d610c08b6c7859 /src/Task.cc
parent50f08cb0b43a7d9fee1d4b3047d71f569d741380 (diff)
Fixing a debug message.
Diffstat (limited to 'src/Task.cc')
-rw-r--r--src/Task.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Task.cc b/src/Task.cc
index 5623698..848ab37 100644
--- a/src/Task.cc
+++ b/src/Task.cc
@@ -10,7 +10,7 @@ Balau::Task::Task() {
m_status = STARTING;
m_okayToEAgain = false;
- Printer::elog(E_TASK, "Created a Task at %p");
+ Printer::elog(E_TASK, "Created a Task at %p", this);
}
bool Balau::Task::needsStacks() {