mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-04-24 13:05:52 +00:00
removed excess debug.
This commit is contained in:
parent
11132c40c9
commit
f1ac067d4f
@ -212,7 +212,6 @@ int monitor_poll()
|
||||
struct monitor_context *c=&monitor_sockets[i];
|
||||
fcntl(c->socket,F_SETFL,
|
||||
fcntl(c->socket, F_GETFL, NULL)|O_NONBLOCK);
|
||||
WHYF("looking at monitor socket #%d",i);
|
||||
switch(c->state) {
|
||||
case MONITOR_STATE_COMMAND:
|
||||
bytes=1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user