diff options
Diffstat (limited to 'src/command/PlayerCommands.cxx')
-rw-r--r-- | src/command/PlayerCommands.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/PlayerCommands.cxx b/src/command/PlayerCommands.cxx index e73157ce4..a6bcf878f 100644 --- a/src/command/PlayerCommands.cxx +++ b/src/command/PlayerCommands.cxx @@ -196,7 +196,7 @@ handle_status(Client &client, gcc_unused Request args, Response &r) pc.LockCheckRethrowError(); } catch (...) { r.Format(COMMAND_STATUS_ERROR ": %s\n", - FullMessage(std::current_exception()).c_str()); + GetFullMessage(std::current_exception()).c_str()); } song = playlist.GetNextPosition(); |