diff options
Diffstat (limited to 'backends')
| -rw-r--r-- | backends/oss/oss-switch.c | 6 | 
1 files changed, 2 insertions, 4 deletions
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... */  | 
