Fixed grammar mistake.

This commit is contained in:
Gunnar Beutner 2012-10-15 08:54:08 +02:00
parent ac11c84813
commit 3fe13b3ad3
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ void CheckerComponent::CheckTimerHandler(void)
if (tasks > 0) {
stringstream msgbuf;
msgbuf << "CheckTimerHandler: created " << tasks << " tasks";
msgbuf << "CheckTimerHandler: created " << tasks << " task(s)";
Logger::Write(LogInformation, "checker", msgbuf.str());
}
}