]> git.stg.codes - stg.git/commitdiff
\n added
authorMaxim Mamontov <faust.madf@gmail.com>
Wed, 7 Sep 2011 15:16:23 +0000 (18:16 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Wed, 7 Sep 2011 15:16:23 +0000 (18:16 +0300)
projects/stargazer/plugins/authorization/inetaccess/inetaccess.cpp

index d74c42ae167815e6450a845bb1ae7b32822b615e..6219a1a88f695e5b2dbf5b6dff506bcd0d0d6e8a 100644 (file)
@@ -30,7 +30,6 @@
 
 #include <sys/types.h>
 #include <sys/socket.h>
-#include <sys/select.h>
 #include <unistd.h> // usleep, close
 
 #include <csignal>
@@ -837,7 +836,7 @@ if ((*user)->GetAuthorized() && (*user)->GetCurrIP() != sip)
 USER_PTR u;
 if (users->FindByIPIdx(sip, &u) == 0 && u->GetLogin() != (*user)->GetLogin())
     {
-    printfd(__FILE__, "IP address already in use. IP \'%s\'", inet_ntostring(sip).c_str());
+    printfd(__FILE__, "IP address already in use. IP \'%s\'\n", inet_ntostring(sip).c_str());
     WriteServLog("IP address already in use. IP \'%s\'", inet_ntostring(sip).c_str());
     SendError(sip, sport, protoVer, "÷ÁÛ IP ÁÄÒÅÓ ÕÖÅ ÉÓÐÏÌØÚÕÅÔÓÑ!");
     return 0;