]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
unix manager: log client's version with debug level
authorAlexander Gozman <a.gozman@securitycode.ru>
Wed, 23 Dec 2015 08:49:11 +0000 (11:49 +0300)
committerVictor Julien <victor@inliniac.net>
Thu, 28 Jan 2016 10:29:17 +0000 (11:29 +0100)
As (dis)connects are already logged as a debug events, this one
should do the same.

src/unix-manager.c

index ffbff905a4982584755bddd7338513c11d08ce20..c03c20ae7098668a8725964f5ec99387004e6a9d 100644 (file)
@@ -334,7 +334,7 @@ int UnixCommandAccept(UnixCommand *this)
         close(client);
         return 0;
     } else {
-        SCLogInfo("Unix socket: client version: \"%s\"",
+        SCLogDebug("Unix socket: client version: \"%s\"",
                 json_string_value(version));
     }