提交 155a8ad3 编写于 作者: M malc

audio: use correct email address

Signed-off-by: Nmalc <av1474@comtv.ru>
上级 bdff253c
...@@ -124,7 +124,7 @@ int audio_bug (const char *funcname, int cond) ...@@ -124,7 +124,7 @@ int audio_bug (const char *funcname, int cond)
if (!shown) { if (!shown) {
shown = 1; shown = 1;
AUD_log (NULL, "Save all your work and restart without audio\n"); AUD_log (NULL, "Save all your work and restart without audio\n");
AUD_log (NULL, "Please send bug report to malc@pulsesoft.com\n"); AUD_log (NULL, "Please send bug report to av1474@comtv.ru\n");
AUD_log (NULL, "I am sorry\n"); AUD_log (NULL, "I am sorry\n");
} }
AUD_log (NULL, "Context:\n"); AUD_log (NULL, "Context:\n");
......
...@@ -422,7 +422,7 @@ static int oss_run_out (HWVoiceOut *hw, int live) ...@@ -422,7 +422,7 @@ static int oss_run_out (HWVoiceOut *hw, int live)
if (abinfo.bytes > bufsize) { if (abinfo.bytes > bufsize) {
if (conf.debug) { if (conf.debug) {
dolog ("warning: Invalid available size, size=%d bufsize=%d\n" dolog ("warning: Invalid available size, size=%d bufsize=%d\n"
"please report your OS/audio hw to malc@pulsesoft.com\n", "please report your OS/audio hw to av1474@comtv.ru\n",
abinfo.bytes, bufsize); abinfo.bytes, bufsize);
} }
abinfo.bytes = bufsize; abinfo.bytes = bufsize;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册