diff options
author | Max Kellermann <max@duempel.org> | 2010-01-02 23:46:44 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-01-02 23:46:44 +0100 |
commit | 537e3535469402fe65e76e948b51a4d52e8a86dc (patch) | |
tree | ad644949a6024b9696b436f08e39abb434660db8 /src/replay_gain.c | |
parent | f95d7b13da345936f5cc32321904e2a073fada95 (diff) | |
download | mpd-537e3535469402fe65e76e948b51a4d52e8a86dc.tar.gz mpd-537e3535469402fe65e76e948b51a4d52e8a86dc.tar.xz mpd-537e3535469402fe65e76e948b51a4d52e8a86dc.zip |
replay_gain: removed overly verbose debug message
Don't log "ReplayGain is missing".
Diffstat (limited to '')
-rw-r--r-- | src/replay_gain.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/replay_gain.c b/src/replay_gain.c index 6c05fe102..6c976c892 100644 --- a/src/replay_gain.c +++ b/src/replay_gain.c @@ -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)); |