From 2aa971240be3727a64ada18cda1bf422e6bf6c44 Mon Sep 17 00:00:00 2001 From: Alexander Gozman Date: Wed, 23 Dec 2015 11:49:11 +0300 Subject: [PATCH] unix manager: log client's version with debug level As (dis)connects are already logged as a debug events, this one should do the same. --- src/unix-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unix-manager.c b/src/unix-manager.c index ffbff905a4..c03c20ae70 100644 --- a/src/unix-manager.c +++ b/src/unix-manager.c @@ -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)); } -- 2.47.2