mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
log fix
This commit is contained in:
parent
0f7c320ad4
commit
db77c06555
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ class FtrackModule:
|
|||
self.set_menu_visibility()
|
||||
self.action_server.run_server()
|
||||
if self.bool_action_thread_running:
|
||||
self.log.debug("Ftrack action server has stopped")
|
||||
log.debug("Ftrack action server has stopped")
|
||||
except Exception:
|
||||
log.warning(
|
||||
"Ftrack Action server crashed. Trying to connect again",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue