And I thought I was dyslectic. (duck)

This commit is contained in:
duck
2004-07-02 13:18:00 +00:00
committed by zzz
parent f49be25288
commit aec6e901ee
3 changed files with 9 additions and 9 deletions

View File

@ -262,7 +262,7 @@ public class ClientConnectionRunner {
}
if (_log.shouldLog(Log.DEBUG))
_log.debug("** Recieving message [" + id.getMessageId() + "] with payload of size ["
_log.debug("** Receiving message [" + id.getMessageId() + "] with payload of size ["
+ payload.getSize() + "]" + " for session [" + _sessionId.getSessionId()
+ "]");
long beforeDistribute = _context.clock().now();