Skip to content
Snippets Groups Projects
Commit d60262aa authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Lower severity of "Spy socket ... connected" log message from ERR (?) to INFO

Looks like just a confluence of search/replace errors over the past 19 years,
starting with commit 9ef382e5.
parent 7e5a9722
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3710 passed
...@@ -5322,7 +5322,7 @@ NO_SSH: ...@@ -5322,7 +5322,7 @@ NO_SSH:
close_socket(new_socket); close_socket(new_socket);
} }
else { else {
lprintf(LOG_ERR,"!Spy socket %s (%d) connected",uspy_addr.un.sun_path,new_socket); lprintf(LOG_INFO, "Spy socket %s (%d) connected",uspy_addr.un.sun_path,new_socket);
uspy_socket[i-1]=new_socket; uspy_socket[i-1]=new_socket;
SAFEPRINTF(str,"Spy connection established to node %d\r\n",i); SAFEPRINTF(str,"Spy connection established to node %d\r\n",i);
send(uspy_socket[i-1],str,strlen(str),0); send(uspy_socket[i-1],str,strlen(str),0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment