Report when the connection fails.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1570 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-07-12 03:49:02 +00:00
parent 9cde2eab3e
commit 40cbabe20c
@@ -1,5 +1,5 @@
//
// $Id: Communicator.java,v 1.19 2002/05/27 01:37:07 mdb Exp $
// $Id: Communicator.java,v 1.20 2002/07/12 03:49:02 mdb Exp $
package com.threerings.presents.client;
@@ -165,7 +165,7 @@ public class Communicator
return;
}
Log.debug("Connection failed: " + ioe);
Log.info("Connection failed: " + ioe);
// let the client know that things went south
_client.notifyObservers(Client.CLIENT_CONNECTION_FAILED, ioe);