qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] fix paaudio.c warnings


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH] fix paaudio.c warnings
Date: Wed, 25 Apr 2012 18:19:41 +0200

Signed-off-by: Gerd Hoffmann <address@hidden>
---
 audio/paaudio.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/audio/paaudio.c b/audio/paaudio.c
index e6708d0..aa15f16 100644
--- a/audio/paaudio.c
+++ b/audio/paaudio.c
@@ -505,8 +505,7 @@ fail:
         pa_stream_unref (stream);
     }
 
-    qpa_logerr (pa_context_errno (g->context),
-                "stream_new() failed\n");
+    *rerror = pa_context_errno (g->context);
 
     return NULL;
 }
-- 
1.7.1




reply via email to

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