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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user