replay_gain: removed overly verbose debug message
Don't log "ReplayGain is missing".
This commit is contained in:
parent
f95d7b13da
commit
537e353546
@ -191,7 +191,6 @@ replay_gain_apply(struct replay_gain_info *info, char *buffer, int size,
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
scale = replay_gain_missing_preamp;
|
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));
|
pcm_volume(buffer, size, format, pcm_float_to_volume(scale));
|
||||||
|
Loading…
Reference in New Issue
Block a user