Fix log messages

This commit is contained in:
Miroslav Lichvar
2013-11-26 16:30:25 +01:00
parent f88e96599c
commit 0731cd6950
3 changed files with 9 additions and 9 deletions

View File

@@ -63,7 +63,7 @@ static void read_sample(void *anything)
}
if (s != sizeof (sample)) {
LOG(LOGS_WARN, LOGF_Refclock, "Unexpected length of SOCK sample : %d != %d",
LOG(LOGS_WARN, LOGF_Refclock, "Unexpected length of SOCK sample : %d != %ld",
s, sizeof (sample));
return;
}