diff --git a/src/network/network_command.cpp b/src/network/network_command.cpp index 5d36a39b96..0880c53efc 100644 --- a/src/network/network_command.cpp +++ b/src/network/network_command.cpp @@ -203,7 +203,7 @@ void NetworkExecuteLocalCommandQueue() if (_frame_counter > cp->frame) { /* If we reach here, it means for whatever reason, we've already executed * past the command we need to execute. */ - error("[net] Trying to execute a packet in the past!"); + error("[net] Trying to execute a packet in the past! (frame=%u cmd_frame=%u tile=%u p1=%u p2=%u cmd=%u)", (uint)_frame_counter, (uint)cp->frame, (uint)cp->tile, (uint)cp->p1, (uint)cp->p2, (uint)cp->cmd); } /* We can execute this command */