This commit is contained in:
Boris Bendovsky 2017-09-27 15:08:18 +03:00
parent 418ed41078
commit 53e521c7ee

View file

@ -251,7 +251,7 @@ namespace AsterNET.FastAGI
pool.Shutdown();
#if LOGGER
logger.Info("AGIServer shut down.");
logger.Info("AGI Server shut down.");
#endif
throw ex;
@ -304,7 +304,7 @@ namespace AsterNET.FastAGI
serverSocket = null;
pool.Shutdown();
#if LOGGER
logger.Info("AGIServer shut down.");
logger.Info("AGI Server shut down.");
#endif
}
}