mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Less scary log message
This commit is contained in:
parent
840e830b30
commit
1eb8300831
1 changed files with 2 additions and 2 deletions
|
|
@ -1044,8 +1044,8 @@ class ApplicationLaunchContext:
|
||||||
hook = klass(self)
|
hook = klass(self)
|
||||||
if not hook.is_valid:
|
if not hook.is_valid:
|
||||||
self.log.debug(
|
self.log.debug(
|
||||||
"Hook is not valid for current "
|
"Skipped hook invalid for current launch context: "
|
||||||
"launch context: {}".format(klass.__name__)
|
"{}".format(klass.__name__)
|
||||||
)
|
)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue