replay_gain: removed overly verbose debug message

Don't log "ReplayGain is missing".
This commit is contained in:
Max Kellermann 2010-01-02 23:46:44 +01:00
parent f95d7b13da
commit 537e353546

View File

@ -191,7 +191,6 @@ replay_gain_apply(struct replay_gain_info *info, char *buffer, int size,
}
else {
scale = replay_gain_missing_preamp;
g_debug("ReplayGain is missing, computing scale %f\n", scale);
}
pcm_volume(buffer, size, format, pcm_float_to_volume(scale));