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

@@ -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;