Speeling
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4924 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -238,7 +238,7 @@ public class InvocationDirector
|
|||||||
if (listener == null) {
|
if (listener == null) {
|
||||||
log.warning("Received invocation response for which we have no registered listener " +
|
log.warning("Received invocation response for which we have no registered listener " +
|
||||||
"[reqId=" + reqId + ", methId=" + methodId + ", args=" + args + "]. " +
|
"[reqId=" + reqId + ", methId=" + methodId + ", args=" + args + "]. " +
|
||||||
"It is possble that this listener was flushed because the response did " +
|
"It is possible that this listener was flushed because the response did " +
|
||||||
"not arrive within " + LISTENER_MAX_AGE + " milliseconds.");
|
"not arrive within " + LISTENER_MAX_AGE + " milliseconds.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -262,7 +262,7 @@ public class InvocationDirector
|
|||||||
if (listener == null) {
|
if (listener == null) {
|
||||||
Log.warning("Received invocation response for which we have no registered listener " +
|
Log.warning("Received invocation response for which we have no registered listener " +
|
||||||
"[reqId=" + reqId + ", methId=" + methodId + ", args=" +
|
"[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 " +
|
"flushed because the response did not arrive within " +
|
||||||
LISTENER_MAX_AGE + " milliseconds.");
|
LISTENER_MAX_AGE + " milliseconds.");
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user