libobs: Remove newlines on ends of fixed audio buffering message

master
tt2468 2022-07-02 13:19:45 -07:00
parent e053f9dd26
commit b56196dcf7
1 changed files with 2 additions and 4 deletions

View File

@ -319,10 +319,8 @@ static void set_fixed_audio_buffering(struct obs_core_audio *audio,
sample_rate;
blog(LOG_INFO,
"\n"
"enabling fixed audio buffering, total "
"audio buffering is now %d milliseconds"
"\n",
"Enabling fixed audio buffering, total "
"audio buffering is now %d milliseconds",
(int)total_ms);
new_ts.start =