diff options
-rw-r--r-- | src/command/StickerCommands.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/StickerCommands.cxx b/src/command/StickerCommands.cxx index c3d4708cc..a0972c6f9 100644 --- a/src/command/StickerCommands.cxx +++ b/src/command/StickerCommands.cxx @@ -103,7 +103,7 @@ handle_sticker_song(Response &r, Partition &partition, Request args) ? sticker_song_delete(*song) : sticker_song_delete_value(*song, args[3]); if (!ret) { - r.Error(ACK_ERROR_SYSTEM, "no such sticker"); + r.Error(ACK_ERROR_NO_EXIST, "no such sticker"); return CommandResult::ERROR; } |