Move operator
This commit is contained in:
parent
0ac1d3f4cf
commit
e852b975ad
1 changed files with 2 additions and 2 deletions
|
@ -895,8 +895,8 @@ public class MessagingController {
|
|||
}
|
||||
|
||||
if (K9.DEBUG) {
|
||||
Log.v(K9.LOG_TAG, "SYNC: About to get messages " + remoteStart + " through " + remoteMessageCount
|
||||
+ " for folder " + folder);
|
||||
Log.v(K9.LOG_TAG, "SYNC: About to get messages " + remoteStart + " through " + remoteMessageCount +
|
||||
" for folder " + folder);
|
||||
}
|
||||
|
||||
final AtomicInteger headerProgress = new AtomicInteger(0);
|
||||
|
|
Loading…
Reference in a new issue