Skip to content

Commit

Permalink
cubeb-test: Add a newline after each log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinetiknz committed Dec 7, 2022
1 parent 8d7365a commit 93d0b12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/cubeb-test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 93d0b12

Please sign in to comment.