git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4924 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2008-01-22 23:57:54 +00:00
parent 2ce35db583
commit 24f557c0d7
2 changed files with 2 additions and 2 deletions
@@ -262,7 +262,7 @@ public class InvocationDirector
if (listener == null) {
Log.warning("Received invocation response for which we have no registered listener " +
"[reqId=" + reqId + ", methId=" + methodId + ", args=" +
StringUtil.toString(args) + "]. It is possble that this listener was " +
StringUtil.toString(args) + "]. It is possible that this listener was " +
"flushed because the response did not arrive within " +
LISTENER_MAX_AGE + " milliseconds.");
return;