Merge pull request #2346 from danwain/Timber
Fix format string error in log statement
This commit is contained in:
commit
7880e8396e
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ public class MailService extends CoreService {
|
|||
!considerLastCheckEnd ? System.currentTimeMillis() : lastCheckEnd);
|
||||
long nextTime = base + delay;
|
||||
|
||||
Timber.i("previousInterval = %d, shortestInterval = %d, lastCheckEnd = %tc, considerLastCheckEnd = %tc",
|
||||
Timber.i("previousInterval = %d, shortestInterval = %d, lastCheckEnd = %tc, considerLastCheckEnd = %b",
|
||||
previousInterval,
|
||||
shortestInterval,
|
||||
lastCheckEnd,
|
||||
|
|
Loading…
Reference in a new issue