Commit 537e3535 authored by Max Kellermann's avatar Max Kellermann

replay_gain: removed overly verbose debug message

Don't log "ReplayGain is missing".
parent f95d7b13
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment