projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge pull request #249 from owncloud/saml_based_federated_single_sign_on
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
operations
/
SynchronizeFolderOperation.java
diff --git
a/src/com/owncloud/android/operations/SynchronizeFolderOperation.java
b/src/com/owncloud/android/operations/SynchronizeFolderOperation.java
index
aaca935
..
7b157c3
100644
(file)
--- a/
src/com/owncloud/android/operations/SynchronizeFolderOperation.java
+++ b/
src/com/owncloud/android/operations/SynchronizeFolderOperation.java
@@
-246,7
+246,9
@@
public class SynchronizeFolderOperation extends RemoteOperation {
result = new RemoteOperationResult(true, status);
Header hCookie = query.getResponseHeader("Cookie");
if (hCookie != null) {
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 {
}
}
} else {