]> git.proxmox.com Git - mirror_qemu.git/blobdiff - audio/paaudio.c
fix paaudio.c warnings
[mirror_qemu.git] / audio / paaudio.c
index e6708d0db548ff5f19a084cf64fe3680ddbefefc..aa15f16ec7b951bcbd317865ab2614391e606990 100644 (file)
@@ -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;
 }