Switch a straggling printf to Limelog
This commit is contained in:
parent
c527221135
commit
41fab76461
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue