*** empty log message ***

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@771 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-12-13 07:23:25 +00:00
parent 748a0855a1
commit 60eddd8f85
@@ -1,5 +1,5 @@
//
// $Id: SceneRegistry.java,v 1.10 2001/11/12 20:56:56 mdb Exp $
// $Id: SceneRegistry.java,v 1.11 2001/12/13 07:23:25 mdb Exp $
package com.threerings.whirled.server;
@@ -211,6 +211,9 @@ public class SceneRegistry
*/
protected void processFailedResolution (int sceneId, Exception cause)
{
Log.info("Failed to resolve scene [sceneId=" + sceneId +
", cause=" + cause + "].");
// alas things didn't work out, notify our penders
ArrayList penders = (ArrayList)_penders.remove(sceneId);
if (penders != null) {