qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT 155a8ad] audio: use correct email address


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 155a8ad] audio: use correct email address
Date: Fri, 18 Sep 2009 10:07:33 -0000

From: malc <address@hidden>

Signed-off-by: malc <address@hidden>

diff --git a/audio/audio.c b/audio/audio.c
index f061f45..80a717b 100644
--- a/audio/audio.c
+++ b/audio/audio.c
@@ -124,7 +124,7 @@ int audio_bug (const char *funcname, int cond)
         if (!shown) {
             shown = 1;
             AUD_log (NULL, "Save all your work and restart without audio\n");
-            AUD_log (NULL, "Please send bug report to address@hidden");
+            AUD_log (NULL, "Please send bug report to address@hidden");
             AUD_log (NULL, "I am sorry\n");
         }
         AUD_log (NULL, "Context:\n");
diff --git a/audio/ossaudio.c b/audio/ossaudio.c
index 9f017b4..946a9dc 100644
--- a/audio/ossaudio.c
+++ b/audio/ossaudio.c
@@ -422,7 +422,7 @@ static int oss_run_out (HWVoiceOut *hw, int live)
         if (abinfo.bytes > bufsize) {
             if (conf.debug) {
                 dolog ("warning: Invalid available size, size=%d bufsize=%d\n"
-                       "please report your OS/audio hw to address@hidden",
+                       "please report your OS/audio hw to address@hidden",
                        abinfo.bytes, bufsize);
             }
             abinfo.bytes = bufsize;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]