mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 03:02:22 -05:00
EWS: additional log statement
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1358 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
95b8bdc0d2
commit
ee9156b98e
@ -887,6 +887,7 @@ public class EwsExchangeSession extends ExchangeSession {
|
|||||||
if (currentItem != null) {
|
if (currentItem != null) {
|
||||||
currentItemId = new ItemId(currentItem);
|
currentItemId = new ItemId(currentItem);
|
||||||
currentEtag = currentItem.get(Field.get("etag").getResponseName());
|
currentEtag = currentItem.get(Field.get("etag").getResponseName());
|
||||||
|
LOGGER.debug("Existing item found: "+itemId.id);
|
||||||
}
|
}
|
||||||
if ("*".equals(noneMatch)) {
|
if ("*".equals(noneMatch)) {
|
||||||
// create requested
|
// create requested
|
||||||
|
Loading…
Reference in New Issue
Block a user