libobs: Remove extra log newline from audio reset
This commit is contained in:
parent
9729e7af86
commit
20e48efbe3
@ -912,7 +912,7 @@ bool obs_reset_audio(const struct obs_audio_info *oai)
|
||||
blog(LOG_INFO, "audio settings reset:\n"
|
||||
"\tsamples per sec: %d\n"
|
||||
"\tspeakers: %d\n"
|
||||
"\tbuffering (ms): %d\n",
|
||||
"\tbuffering (ms): %d",
|
||||
(int)ai.samples_per_sec,
|
||||
(int)ai.speakers,
|
||||
(int)ai.buffer_ms);
|
||||
|
Loading…
x
Reference in New Issue
Block a user