mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Remove new lines from log messages.
This commit is contained in:
+172
-172
File diff suppressed because it is too large
Load Diff
@@ -312,7 +312,7 @@ void on_log(void* pUserData, ma_uint32 logLevel, const char* message)
|
|||||||
{
|
{
|
||||||
(void)pUserData;
|
(void)pUserData;
|
||||||
|
|
||||||
printf("%s: %s", ma_log_level_to_string(logLevel), message);
|
printf("%s: %s\n", ma_log_level_to_string(logLevel), message);
|
||||||
}
|
}
|
||||||
|
|
||||||
void on_notification(const ma_device_notification* pNotification)
|
void on_notification(const ma_device_notification* pNotification)
|
||||||
|
|||||||
Reference in New Issue
Block a user