mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-05 10:45:51 +00:00
Fix logging output
This commit is contained in:
parent
2331356333
commit
448dc9b6b7
1 changed files with 1 additions and 1 deletions
|
|
@ -494,7 +494,7 @@ class CaldavStorage(DavStorage):
|
|||
# XXX: Deprecation
|
||||
import json
|
||||
dav_logger.warning(
|
||||
'{!r} is deprecated, please use:\nitem_types = {}'
|
||||
'{!r} is deprecated, please use:\nitem_types = {}\n'
|
||||
'The old form will be removed in 0.4.0.'
|
||||
.format(orig_item_types, json.dumps(item_types)))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue