mirror of https://github.com/Icinga/icinga2.git
Fixed grammar mistake.
This commit is contained in:
parent
ac11c84813
commit
3fe13b3ad3
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue