From: Elena Mamontova <helenh463@gmail.com>
Date: Tue, 15 Mar 2016 07:38:13 +0000 (+0200)
Subject: Ticket 26. The LogProtocolErrors parameter value check and output to
X-Git-Tag: 2.409~174^2~1^2~10
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/3a88b66f861decb863bbb00a450e2801ee668a09?ds=inline;hp=-c

Ticket 26. The LogProtocolErrors parameter value check and output to
screen removed in the AUTH_IA_SETTINGS::ParseSettings() method.
---

3a88b66f861decb863bbb00a450e2801ee668a09
diff --git a/projects/stargazer/plugins/authorization/inetaccess/inetaccess.cpp b/projects/stargazer/plugins/authorization/inetaccess/inetaccess.cpp
index 23417166..4456c372 100644
--- a/projects/stargazer/plugins/authorization/inetaccess/inetaccess.cpp
+++ b/projects/stargazer/plugins/authorization/inetaccess/inetaccess.cpp
@@ -142,10 +142,6 @@ else if (ParseYesNo(pvi->value[0], &logProtocolErrors))
     printfd(__FILE__, "Cannot parse parameter 'LogProtocolErrors'\n");
     return -1;
     }
-if (logProtocolErrors)
-    printfd(__FILE__, "LogProtocolErrors: true\n");
-else
-    printfd(__FILE__, "LogProtocolErrors: false\n");
 /////////////////////////////////////////////////////////////
 std::string freeMbType;
 int n = 0;