update log word in sendto_mgmt

This commit is contained in:
switch_st
2020-07-22 17:18:00 +08:00
parent d7605edfd7
commit 4d88fef4e2
+1 -1
View File
@@ -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;