mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-19 13:17:56 +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];
|
struct monitor_context *c=&monitor_sockets[i];
|
||||||
fcntl(c->socket,F_SETFL,
|
fcntl(c->socket,F_SETFL,
|
||||||
fcntl(c->socket, F_GETFL, NULL)|O_NONBLOCK);
|
fcntl(c->socket, F_GETFL, NULL)|O_NONBLOCK);
|
||||||
WHYF("looking at monitor socket #%d",i);
|
|
||||||
switch(c->state) {
|
switch(c->state) {
|
||||||
case MONITOR_STATE_COMMAND:
|
case MONITOR_STATE_COMMAND:
|
||||||
bytes=1;
|
bytes=1;
|
||||||
|
Loading…
Reference in New Issue
Block a user