Commit 7afbd480 authored by Max Kellermann's avatar Max Kellermann

filter/ReplayGain: use ToString(ReplayGainMode)

parent 0720702c
......@@ -93,8 +93,8 @@ public:
return;
FormatDebug(replay_gain_domain,
"replay gain mode has changed %d->%d\n",
(int)mode, (int)_mode);
"replay gain mode has changed %s->%s\n",
ToString(mode), ToString(_mode));
mode = _mode;
Update();
......
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