mirror of https://github.com/Icinga/icinga2.git
Fixed grammar mistakes.
This commit is contained in:
parent
8114cb7f1c
commit
f8aa5f67a2
|
@ -147,7 +147,7 @@ void Application::TimeWatchThreadProc(void)
|
||||||
/* We made a significant jump in time. */
|
/* We made a significant jump in time. */
|
||||||
stringstream msgbuf;
|
stringstream msgbuf;
|
||||||
msgbuf << "We jumped "
|
msgbuf << "We jumped "
|
||||||
<< (timeDiff < 0 ? "forwards" : "backwards")
|
<< (timeDiff < 0 ? "forward" : "backward")
|
||||||
<< " in time: " << abs(timeDiff) << " seconds";
|
<< " in time: " << abs(timeDiff) << " seconds";
|
||||||
Logger::Write(LogInformation, "base", msgbuf.str());
|
Logger::Write(LogInformation, "base", msgbuf.str());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue