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