Less scary log message

This commit is contained in:
Roy Nieterau 2022-05-06 11:43:49 +02:00
parent 840e830b30
commit 1eb8300831

View file

@ -1044,8 +1044,8 @@ class ApplicationLaunchContext:
hook = klass(self)
if not hook.is_valid:
self.log.debug(
"Hook is not valid for current "
"launch context: {}".format(klass.__name__)
"Skipped hook invalid for current launch context: "
"{}".format(klass.__name__)
)
continue