Commit eb1d2b5c authored by claes's avatar claes

Errlog for every sync message removed

parent e1ccf218
......@@ -586,7 +586,7 @@ checkSync ()
return;
if (!hp->linkUp)
return;
handlerLog(hp, "Sending sync");
// handlerLog(hp, "Sending sync");
sendToHandler(hp, mh_eMsg_OutunitSync, 0, NULL);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment