From 537e3535469402fe65e76e948b51a4d52e8a86dc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 2 Jan 2010 23:46:44 +0100 Subject: replay_gain: removed overly verbose debug message Don't log "ReplayGain is missing". --- src/replay_gain.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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)); -- cgit v1.2.3