diff --git a/src/as/com/threerings/ezgame/client/GameControlBackend.as b/src/as/com/threerings/ezgame/client/GameControlBackend.as index 4e0f381d..2bfb4714 100644 --- a/src/as/com/threerings/ezgame/client/GameControlBackend.as +++ b/src/as/com/threerings/ezgame/client/GameControlBackend.as @@ -420,7 +420,8 @@ public class GameControlBackend try { fn(ObjectMarshaller.decode(cookie.cookie)); } catch (err :Error) { - // cope + log.warning("Error in user-code: " + err); + log.logStackTrace(err); } } }