From 9b5ae8a1e31e6af6de011b4b8197c6efd42834a4 Mon Sep 17 00:00:00 2001 From: Jonathon Lynn Duerig Date: Fri, 25 Aug 2006 20:51:56 +0000 Subject: [PATCH] Added logging at command input time. --- pelab/magent/DirectInput.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pelab/magent/DirectInput.cc b/pelab/magent/DirectInput.cc index 90c3460e0..15ad1c4b0 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 -- GitLab