filter/ReplayGain: use ToString(ReplayGainMode)

This commit is contained in:
Max Kellermann 2016-11-24 17:39:00 +01:00
parent 0720702c91
commit 7afbd4800f

View File

@ -93,8 +93,8 @@ public:
return; return;
FormatDebug(replay_gain_domain, FormatDebug(replay_gain_domain,
"replay gain mode has changed %d->%d\n", "replay gain mode has changed %s->%s\n",
(int)mode, (int)_mode); ToString(mode), ToString(_mode));
mode = _mode; mode = _mode;
Update(); Update();