Show all connector messages in debug mode
This commit is contained in:
parent
ce2559f8c2
commit
ffb054c95a
@ -530,6 +530,7 @@ retry:
|
||||
LOGWARNING("Failed to get message in connector_loop");
|
||||
goto retry;
|
||||
}
|
||||
LOGDEBUG("Connector received message: %s", buf);
|
||||
if (cmdmatch(buf, "ping")) {
|
||||
LOGDEBUG("Connector received ping request");
|
||||
send_unix_msg(sockd, "pong");
|
||||
@ -550,7 +551,6 @@ retry:
|
||||
goto retry;
|
||||
}
|
||||
|
||||
LOGDEBUG("Connector received message: %s", buf);
|
||||
if (cmdmatch(buf, "shutdown"))
|
||||
goto out;
|
||||
if (cmdmatch(buf, "dropclient")) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user