mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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. */
|
||||
stringstream msgbuf;
|
||||
msgbuf << "We jumped "
|
||||
<< (timeDiff < 0 ? "forwards" : "backwards")
|
||||
<< (timeDiff < 0 ? "forward" : "backward")
|
||||
<< " in time: " << abs(timeDiff) << " seconds";
|
||||
Logger::Write(LogInformation, "base", msgbuf.str());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user