From ce6bdf0537660a59cac017a2d58d703468f33298 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 28 Nov 2011 19:26:02 -0800 Subject: Fixing a debug message. --- src/Task.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Task.cc') 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() { -- cgit v1.2.3