diff options
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() { |