Report the existing folder in the log

This commit is contained in:
Roy Nieterau 2023-03-17 16:42:23 +01:00
parent 6a06f80db0
commit ae44c0de29

View file

@ -90,7 +90,8 @@ class FusionCopyPrefsPrelaunch(PreLaunchHook):
"""
if copy_to.exists() and not force_sync:
self.log.info(
"Destination Fusion preferences folder already exists"
"Destination Fusion preferences folder already exists: "
f"{copy_to} "
)
return
self.log.info("Starting copying Fusion preferences")