From 53e521c7ee2a3d62e75d672a495069cc985871c0 Mon Sep 17 00:00:00 2001 From: Boris Bendovsky Date: Wed, 27 Sep 2017 15:08:18 +0300 Subject: [PATCH] Fix typo --- Asterisk.2013/Asterisk.NET/FastAGI/AsteriskFastAGI.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Asterisk.2013/Asterisk.NET/FastAGI/AsteriskFastAGI.cs b/Asterisk.2013/Asterisk.NET/FastAGI/AsteriskFastAGI.cs index a72322a..c200a7c 100644 --- a/Asterisk.2013/Asterisk.NET/FastAGI/AsteriskFastAGI.cs +++ b/Asterisk.2013/Asterisk.NET/FastAGI/AsteriskFastAGI.cs @@ -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 } }