mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-06 08:25:07 -05:00
test: fix DEBUG_LOG use in unit tests
This was missing in commit f282856c72.
This commit is contained in:
@@ -249,7 +249,7 @@ test_unit(void)
|
||||
has_updated = 0;
|
||||
|
||||
for (j = 0; j < 50; j++) {
|
||||
DEBUG_LOG(0, "iteration %d, %d", i, j);
|
||||
DEBUG_LOG("iteration %d, %d", i, j);
|
||||
|
||||
interleaved = random() % 2;
|
||||
authenticated = random() % 2;
|
||||
|
||||
Reference in New Issue
Block a user