mirror of
https://github.com/mozilla/cubeb
synced 2024-11-21 06:26:10 -07:00
cubeb-test: Add a newline after each log message.
This commit is contained in:
parent
8d7365a9d5
commit
93d0b1247f
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ void print_log(const char* msg, ...) {
|
|||
va_list args;
|
||||
va_start(args, msg);
|
||||
vprintf(msg, args);
|
||||
printf("\n");
|
||||
va_end(args);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue