Fix issue where we were double-logging job info.
This commit is contained in:
parent
12ea88f409
commit
20ad166e0f
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public abstract class BaseJob extends Job {
|
|||
}
|
||||
|
||||
protected void log(@NonNull String tag, @NonNull String message) {
|
||||
log(tag, "", JobLogger.format(this, message));
|
||||
Log.i(tag, JobLogger.format(this, message));
|
||||
}
|
||||
|
||||
protected void log(@NonNull String tag, @NonNull String extra, @NonNull String message) {
|
||||
|
|
Loading…
Add table
Reference in a new issue