diff --git a/src/command/QueueCommands.cxx b/src/command/QueueCommands.cxx index fc0d244e6..0c3e1699a 100644 --- a/src/command/QueueCommands.cxx +++ b/src/command/QueueCommands.cxx @@ -122,6 +122,7 @@ handle_addid(Client &client, Request args, Response &r) try { client.partition.MoveId(added_id, to); + r.Format("Id: %u\n", added_id); return CommandResult::OK; } catch (...) { /* rollback */