mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
update log word in sendto_mgmt
This commit is contained in:
+1
-1
@@ -388,7 +388,7 @@ static int sendto_mgmt(n2n_sn_t *sss,
|
||||
|
||||
if (r <= 0) {
|
||||
++(sss->stats.errors);
|
||||
traceEvent (TRACE_ERROR, "process_mgmt : sendto failed. %s", strerror (errno));
|
||||
traceEvent (TRACE_ERROR, "sendto_mgmt : sendto failed. %s", strerror (errno));
|
||||
return -1;
|
||||
}
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user