mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
include the "addedBy" if we're debugging the job, not if we're debugging JobImpl
This commit is contained in:
@@ -39,7 +39,7 @@ public abstract class JobImpl implements Job {
|
||||
}
|
||||
|
||||
void addedToQueue() {
|
||||
if (_context.logManager().getLog(JobImpl.class).shouldLog(Log.DEBUG))
|
||||
if (_context.logManager().getLog(getClass()).shouldLog(Log.DEBUG))
|
||||
_addedBy = new Exception();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user