mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 16:35:06 -05:00
Fix log messages
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user