test: fix DEBUG_LOG use in unit tests

This was missing in commit f282856c72.
This commit is contained in:
Miroslav Lichvar
2017-03-13 11:54:32 +01:00
parent 3a635fc51f
commit d3a30142e5
8 changed files with 17 additions and 17 deletions

View File

@@ -39,7 +39,7 @@ test_unit(void)
UTI_AddDoubleToTimespec(&start_hw_ts, TST_GetRandomDouble(0.0, 1e9), &start_hw_ts);
UTI_AddDoubleToTimespec(&start_local_ts, TST_GetRandomDouble(0.0, 1e9), &start_local_ts);
DEBUG_LOG(0, "iteration %d", i);
DEBUG_LOG("iteration %d", i);
freq = TST_GetRandomDouble(0.9, 1.1);
jitter = TST_GetRandomDouble(10.0e-9, 1000.0e-9);