logging
This commit is contained in:
@ -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"));
|
||||||
|
Reference in New Issue
Block a user