Merge pull request #249 from owncloud/saml_based_federated_single_sign_on
[pub/Android/ownCloud.git] / src / com / owncloud / android / operations / SynchronizeFolderOperation.java
index aaca935..7b157c3 100644 (file)
@@ -246,7 +246,9 @@ public class SynchronizeFolderOperation extends RemoteOperation {
                     result = new RemoteOperationResult(true, status);
                     Header hCookie = query.getResponseHeader("Cookie");
                     if (hCookie != null) {
-                        Log_OC.d(TAG, "PROPFIND cookie: " + hCookie.getValue());
+                        Log_OC.e(TAG, "PROPFIND cookie: " + hCookie.getValue());
+                    } else {
+                        Log_OC.e(TAG, "PROPFIND NO COOKIE");
                     }
                 }
             } else {