0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

libobs: Remove extra log newline from audio reset

This commit is contained in:
jp9000 2015-07-05 23:52:10 -07:00
parent 9729e7af86
commit 20e48efbe3

View File

@ -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);