In with the new logging

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@937 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Dave Hoover
2010-07-09 23:33:56 +00:00
parent b7f8279245
commit dc789fc46d
@@ -97,9 +97,7 @@ public class SceneImpl implements Scene
update.apply(_model); update.apply(_model);
} catch (e :Error) { } catch (e :Error) {
var log :Log = Log.getLog(this); var log :Log = Log.getLog(this);
log.warning("Error applying update [scene=" + this + log.warning("Error applying update", "scene", this, "update", update, e);
", update=" + update + "].");
log.logStackTrace(e);
} }
} }