diff --git a/pelab/magent/DirectInput.cc b/pelab/magent/DirectInput.cc index 90c3460e09628b3d84f292013f122d4197964fdc..15ad1c4b05d3df579a46b959ab39d6f523b2610a 100644 --- a/pelab/magent/DirectInput.cc +++ b/pelab/magent/DirectInput.cc @@ -91,6 +91,8 @@ void DirectInput::nextCommand(fd_set * readable) } if (error == commandHeader.size - index) { + logWrite(COMMAND_INPUT, "Finished reading a command of type: %d", + commandHeader.type); // logWrite(COMMAND_INPUT, "Finished reading a command: CHECKSUM=%d", // checksum()); if (global::replayArg == REPLAY_SAVE