diff --git a/vdirsyncer/storage/dav/base.py b/vdirsyncer/storage/dav/base.py index 8fc7042..938af81 100644 --- a/vdirsyncer/storage/dav/base.py +++ b/vdirsyncer/storage/dav/base.py @@ -127,6 +127,7 @@ class DavStorage(Storage): url = self.parsed_url.scheme + '://' + self.parsed_url.netloc + path dav_logger.debug(u'Method: {}'.format(method)) dav_logger.debug(u'Path: {}'.format(path)) + dav_logger.debug(u'Headers: {}'.format(headers)) dav_logger.debug(u'/// DATA') dav_logger.debug(data) dav_logger.debug(u'/// END DATA')