Fixed typo.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4492 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -124,7 +124,7 @@ public class ClientManager
|
|||||||
try {
|
try {
|
||||||
pc.shutdown();
|
pc.shutdown();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
Log.warning("Client choked in shutdonw() [client=" +
|
Log.warning("Client choked in shutdown() [client=" +
|
||||||
StringUtil.safeToString(pc) + "].");
|
StringUtil.safeToString(pc) + "].");
|
||||||
Log.logStackTrace(e);
|
Log.logStackTrace(e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user