changeset 3181:dc22f5fa8f2f

alsa-ng: Remove another debug message. (http://jira.atheme.org/browse/AUDPLUG-15)
author William Pitcock <nenolod@atheme.org>
date Thu, 11 Jun 2009 20:21:16 -0500
parents 2e7a64bb33cd
children 631d217913e0
files src/alsa-ng/alsa-core.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/alsa-ng/alsa-core.c	Thu Jun 11 20:18:31 2009 -0500
+++ b/src/alsa-ng/alsa-core.c	Thu Jun 11 20:21:16 2009 -0500
@@ -85,8 +85,6 @@
 {
     gint ret;
 
-    _ERROR("setting up mixer");
-
     ret = snd_mixer_open(mixer, 0);
     if (ret < 0)
     {