libobs: Remove newlines on ends of fixed audio buffering message

This commit is contained in:
tt2468 2022-07-02 13:19:45 -07:00
parent e053f9dd26
commit b56196dcf7

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 =