From dc19f6dfa6b7c3fe951b6d5e7f3b77080802fb74 Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Fri, 31 Oct 2014 22:00:03 +0100 Subject: oss: Fix debugging message --- backends/oss/oss-switch.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'backends/oss/oss-switch.c') diff --git a/backends/oss/oss-switch.c b/backends/oss/oss-switch.c index 8e32281..682814b 100644 --- a/backends/oss/oss-switch.c +++ b/backends/oss/oss-switch.c @@ -129,7 +129,6 @@ oss_switch_load (OssSwitch *swtch) { OssSwitchOption *option; gint recsrc; - gint devnum; gint ret; g_return_if_fail (OSS_IS_SWITCH (swtch)); @@ -163,9 +162,8 @@ oss_switch_load (OssSwitch *swtch) list = list->next; } - g_debug ("Switch %s has unknown device %d as the active option", - mate_mixer_switch_get_name (MATE_MIXER_SWITCH (swtch)), - devnum); + g_debug ("Switch %s has an unknown device as the active option", + mate_mixer_switch_get_name (MATE_MIXER_SWITCH (swtch))); /* OSS shouldn't let a non-record device be selected, let's step in and select * something reasonable instead... */ -- cgit v1.2.1