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

filter/ReplayGain: use ToString(ReplayGainMode)

parent 0720702c
...@@ -93,8 +93,8 @@ public: ...@@ -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();
......
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