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