forked from I2P_Developers/i2p.i2p
log tweak
This commit is contained in:
@ -161,8 +161,8 @@ class JobQueueRunner implements Runnable {
|
|||||||
if (_log.shouldLog(Log.CRIT))
|
if (_log.shouldLog(Log.CRIT))
|
||||||
_log.log(Log.CRIT, "Error processing job [" + _currentJob.getName()
|
_log.log(Log.CRIT, "Error processing job [" + _currentJob.getName()
|
||||||
+ "] on thread " + _id + ": " + t.getMessage(), t);
|
+ "] on thread " + _id + ": " + t.getMessage(), t);
|
||||||
if (_log.shouldLog(Log.ERROR))
|
//if (_log.shouldLog(Log.ERROR))
|
||||||
_log.error("The above job was enqueued by: ", _currentJob.getAddedBy());
|
// _log.error("The above job was enqueued by: ", _currentJob.getAddedBy());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user