[Pkg-owncloud-commits] [owncloud-client] 198/333: csync_owncloud: Add a debug message
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:53 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 384eef4d6d21266cd00fb1b179a48b97f0df2b09
Author: Markus Goetz <markus at woboq.com>
Date: Fri Mar 21 17:19:07 2014 +0100
csync_owncloud: Add a debug message
---
csync/src/csync_owncloud.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/csync/src/csync_owncloud.c b/csync/src/csync_owncloud.c
index 0ce2c73..66d18a1 100644
--- a/csync/src/csync_owncloud.c
+++ b/csync/src/csync_owncloud.c
@@ -398,6 +398,8 @@ static void pre_send_hook(ne_request *req, void *userdata,
if(dav_session.session_key) {
ne_buffer_concat(header, "Cookie: ", dav_session.session_key, "\r\n", NULL);
+ } else {
+ DEBUG_WEBDAV("csync pre_send_hook We don't have a Auth Cookie (session_key), this is wrong!");
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list