Fix typo
This commit is contained in:
parent
418ed41078
commit
53e521c7ee
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue