]> code.citadel.org Git - citadel.git/blobdiff - webcit/dav_propfind.c
Began tweaking out some calendar stuff in preparation for CalDAV. Mike Shaver is...
[citadel.git] / webcit / dav_propfind.c
index ebf667068516a0a156e957cd7b0feae86bd91698..96129045c98b8341573c0d2a61cee7d37ca45039 100644 (file)
@@ -452,6 +452,8 @@ void dav_propfind(void)
        char datestring[256];
        time_t now;
 
+       syslog(LOG_DEBUG, "PROPFIND\n\033[31m%s\033[0m", ChrPtr(WCC->upload));
+
        now = time(NULL);
        http_datestring(datestring, sizeof datestring, now);
 
@@ -491,7 +493,7 @@ void dav_propfind(void)
 
        /* If dav_uid is non-empty, client is requesting a PROPFIND on
         * a specific item in the room.  This is not valid GroupDAV, but
-        * it is valid WebDAV.
+        * it is valid WebDAV (and probably CalDAV too).
         */
        if (StrLength(dav_uid) != 0) {