Switch a straggling printf to Limelog

This commit is contained in:
Cameron Gutman 2014-01-28 19:22:13 -05:00 committed by Michelle Bergeron
parent c527221135
commit 41fab76461

View File

@ -154,7 +154,7 @@ static void resyncThreadFunc(void* context) {
payload[0] = 0;
payload[1] = 0xFFFFF;
printf("Sending resync packet\n");
Limelog("Sending resync packet\n");
err = send(ctlSock, (char*) payload, sizeof(payload), 0);
if (err != sizeof(payload)) {
Limelog("Resync thread terminating #2\n");