TESTS-CU: Indent the verbose logging by 4 spaces
This commit is contained in:
@@ -79,7 +79,7 @@ void logging(int level, const char *format, ...)
|
||||
return;
|
||||
}
|
||||
|
||||
printf("%s\n", message);
|
||||
printf(" %s\n", message);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user