1
0
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:
mguessan 2010-08-17 16:13:07 +00:00
parent 95b8bdc0d2
commit ee9156b98e

View File

@ -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