This commit is contained in:
jrandom
2004-06-26 21:15:16 +00:00
committed by zzz
parent 5f0ef5e0e8
commit 95c7cd55c2

View File

@ -383,8 +383,8 @@ public class OutboundClientMessageJob extends JobImpl {
+ ", no need to do it again", new Exception("Duplicate death?")); + ", no need to do it again", new Exception("Duplicate death?"));
return; return;
} else { } else {
if (_log.shouldLog(Log.ERROR)) if (_log.shouldLog(Log.WARN))
_log.error(getJobId() + ": Failed to send the message " + msg.getMessageId() + " after " _log.warn(getJobId() + ": Failed to send the message " + msg.getMessageId() + " after "
+ _status.getNumSent() + " sends and " + _status.getNumLookups() + _status.getNumSent() + " sends and " + _status.getNumLookups()
+ " lookups (and " + sendTime + "ms)", + " lookups (and " + sendTime + "ms)",
new Exception("Message send failure")); new Exception("Message send failure"));