mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-05 08:55:07 -05:00
test: fix DEBUG_LOG use in unit tests
This was missing in commit f282856c72.
This commit is contained in:
@@ -40,7 +40,7 @@ test_unit(void)
|
||||
UTI_ZeroTimespec(&ts);
|
||||
SMT_Reset(&ts);
|
||||
|
||||
DEBUG_LOG(0, "iteration %d", i);
|
||||
DEBUG_LOG("iteration %d", i);
|
||||
|
||||
offset = (random() % 1000000 - 500000) / 1.0e6;
|
||||
freq = (random() % 1000000 - 500000) / 1.0e9;
|
||||
|
||||
Reference in New Issue
Block a user