Fixed typo in log message.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1924 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2002-11-06 21:05:13 +00:00
parent 573fe5504b
commit 4f4068a00a
@@ -1,5 +1,5 @@
//
// $Id: Connection.java,v 1.11 2002/11/05 02:17:56 mdb Exp $
// $Id: Connection.java,v 1.12 2002/11/06 21:05:13 shaper Exp $
package com.threerings.presents.server.net;
@@ -271,7 +271,7 @@ public abstract class Connection implements NetEventHandler
if (isClosed()) {
return;
}
Log.info("Disconncecting idle client [conn=" + this +
Log.info("Disconnecting idle client [conn=" + this +
", idle=" + idleMillis + "ms].");
handleFailure(new SocketTimeoutException("Idle too long"));
}