Skip to content
Snippets Groups Projects
Commit 50233c7a authored by Daniele Nicolodi's avatar Daniele Nicolodi
Browse files

datasync: Fix logging

parent cd4fa064
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ def sync(logger, src, dst, recursive, include, exclude, dry_run, prefix=None, st
continue
if dst_size > src_size:
logging.warning(f'{entry} destination file larger than source file')
logger.warning(f'{entry} destination file larger than source file')
continue
# Copy file and metadata to a temporary file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment