зеркало из https://github.com/mozilla/cubeb.git
cubeb-test: Add a newline after each log message.
This commit is contained in:
Родитель
8d7365a9d5
Коммит
93d0b1247f
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче