提交 20e48efb 编写于 作者: J jp9000

libobs: Remove extra log newline from audio reset

上级 9729e7af
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册