diff --git a/src/as/com/threerings/crowd/client/PlaceController.as b/src/as/com/threerings/crowd/client/PlaceController.as index 6e8a68a46..06f995f13 100644 --- a/src/as/com/threerings/crowd/client/PlaceController.as +++ b/src/as/com/threerings/crowd/client/PlaceController.as @@ -195,6 +195,8 @@ public /*abstract*/ class PlaceController /*extends Controller*/ */ public function handleAction (cmd :String, arg :Object) :Boolean { + Log.getLog(this).warning("Unhandled controller command [cmd=" + cmd + + ", arg=" + arg + "]."); return false; // by default, no action is handled }