Logging: wording/typos

This commit is contained in:
dr|z3d 2021-09-04 12:12:49 +00:00
parent 4d3f638945
commit 2d1f04bdc7
3 changed files with 5 additions and 4 deletions

View file

@ -42,7 +42,7 @@ void handle_signal(int sig)
{
i2p::context.SetAcceptsTunnels (false);
Daemon.gracefulShutdownInterval = 10*60; // 10 minutes
LogPrint(eLogInfo, "Graceful shutdown after ", Daemon.gracefulShutdownInterval, " seconds");
LogPrint(eLogInfo, "Graceful shutdown in ", Daemon.gracefulShutdownInterval, " seconds");
}
else
Daemon.running = 0;