Fix logging messages not appearing

This commit is contained in:
Joscha
2019-04-26 03:58:11 +00:00
parent 571c2a6c98
commit 0891e7f1bc
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ class FfM:
self._session = requests.Session()
def synchronize(self, urlpart, to_dir, transform=lambda x: x):
logging.info(f" Synchronizing {urlpart} to {to_dir} using the FfM synchronizer.")
logger.info(f" Synchronizing {urlpart} to {to_dir} using the FfM synchronizer.")
sync_path = pathlib.Path(self.base_path, to_dir)