Include the dispatcher here so we know if it was null or unresponsive.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5102 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Nathan Curtis
2008-05-16 17:29:16 +00:00
parent 943e18ac4a
commit 85b3b3114d
+1 -1
View File
@@ -78,7 +78,7 @@ public class CommandEvent extends Event
// never cancelled, so we complain.
if (disp == null || disp.dispatchEvent(event)) {
Log.getLog(CommandEvent).warning("Unhandled controller command " +
"[cmd=" + cmd + ", arg=" + arg + "].");
"[cmd=" + cmd + ", arg=" + arg + ", disp=" + disp + "].");
}
} else {