mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Add a bit of logging to find out what webdav servers tell us about how
many messages they have in debug mode
This commit is contained in:
parent
8cffc5b682
commit
220be75473
@ -1225,6 +1225,9 @@ public class WebDavStore extends Store {
|
||||
if (dataset != null) {
|
||||
messageCount = dataset.getMessageCount();
|
||||
}
|
||||
if (K9.DEBUG && K9.DEBUG_PROTOCOL_WEBDAV) {
|
||||
Log.v(K9.LOG_TAG, "Counted messages and webdav returned: "+messageCount);
|
||||
}
|
||||
|
||||
return messageCount;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user