mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 23:54:07 +02:00
Fixed grammar mistake.
This commit is contained in:
parent
ac11c84813
commit
3fe13b3ad3
@ -110,7 +110,7 @@ void CheckerComponent::CheckTimerHandler(void)
|
|||||||
|
|
||||||
if (tasks > 0) {
|
if (tasks > 0) {
|
||||||
stringstream msgbuf;
|
stringstream msgbuf;
|
||||||
msgbuf << "CheckTimerHandler: created " << tasks << " tasks";
|
msgbuf << "CheckTimerHandler: created " << tasks << " task(s)";
|
||||||
Logger::Write(LogInformation, "checker", msgbuf.str());
|
Logger::Write(LogInformation, "checker", msgbuf.str());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user