output: removed duplicate debug messages from plugins

The MPD core logs the audio format of all audio outputs.  Remove the
duplicate message from the plugins.
This commit is contained in:
Max Kellermann
2009-03-01 10:39:42 +01:00
parent e1b79479a5
commit 614fe8b341
4 changed files with 0 additions and 16 deletions
-4
View File
@@ -408,10 +408,6 @@ alsa_open(void *data, struct audio_format *audio_format, GError **error)
ad->frame_size = audio_format_frame_size(audio_format);
g_debug("ALSA device \"%s\" will be playing %i bit, %u channel audio at %u Hz\n",
alsa_device(ad), audio_format->bits, audio_format->channels,
audio_format->sample_rate);
return true;
}