diff options
author | Pixel <pixel@nobis-crew.org> | 2011-11-28 19:26:02 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-11-28 19:26:02 -0800 |
commit | ce6bdf0537660a59cac017a2d58d703468f33298 (patch) | |
tree | cc0d693bf83e9fa35ac4ceb4c4d610c08b6c7859 /src | |
parent | 50f08cb0b43a7d9fee1d4b3047d71f569d741380 (diff) |
Fixing a debug message.
Diffstat (limited to 'src')
-rw-r--r-- | src/Task.cc | 2 |
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() { |