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.
pull/1821/head
Alexander Gozman 10 years ago committed by Victor Julien
parent 384db27800
commit 2aa971240b

@ -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));
}

Loading…
Cancel
Save