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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user