mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-30 09:45:53 +00:00
Use warnings consistently
This commit is contained in:
parent
6b5cd035da
commit
0044a7af74
1 changed files with 2 additions and 2 deletions
|
|
@ -258,8 +258,8 @@ def _action_update(ident, source, dest):
|
|||
source_meta = source.idents[ident]
|
||||
|
||||
if dest.storage.read_only:
|
||||
sync_logger.info(u'{dest} is read-only. Skipping update...'
|
||||
.format(dest=dest.storage))
|
||||
sync_logger.warning(u'{dest} is read-only. Skipping update...'
|
||||
.format(dest=dest.storage))
|
||||
dest_href = dest_etag = None
|
||||
else:
|
||||
dest_meta = dest.idents[ident]
|
||||
|
|
|
|||
Loading…
Reference in a new issue