mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Debug log instead of info log
This commit is contained in:
parent
3160a0ede0
commit
f6be90d7a4
1 changed files with 2 additions and 2 deletions
|
|
@ -93,8 +93,8 @@ class FusionCopyPrefsPrelaunch(PreLaunchHook):
|
|||
"Destination Fusion preferences folder already exists"
|
||||
)
|
||||
return
|
||||
self.log.info(f"Starting copying Fusion preferences")
|
||||
self.log.info(f"force_sync option is set to {force_sync}")
|
||||
self.log.info("Starting copying Fusion preferences")
|
||||
self.log.debug(f"force_sync option is set to {force_sync}")
|
||||
try:
|
||||
copy_to.mkdir(exist_ok=True, parents=True)
|
||||
except PermissionError:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue