mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-18 10:46:23 +00:00
The number of clients we have is not a warning.
This commit is contained in:
parent
5dcf274bc1
commit
80b972c455
@ -371,7 +371,7 @@ monitor_new_socket(int s) {
|
||||
c->state = MONITOR_STATE_COMMAND;
|
||||
monitor_socket_count++;
|
||||
WRITE_STR(s,"\nMONITOR:You are talking to servald\n");
|
||||
WHYF("Got %d clients", monitor_socket_count);
|
||||
INFOF("Got %d clients", monitor_socket_count);
|
||||
}
|
||||
|
||||
fcntl(monitor_named_socket,F_SETFL,
|
||||
|
Loading…
Reference in New Issue
Block a user