error message fix

This commit is contained in:
Jakub Trllo 2022-10-17 17:15:51 +02:00
parent bb2432ee90
commit 1ecc673c6c

View file

@ -1096,7 +1096,8 @@ class CreateContext:
and creator_class.host_name != self.host_name
):
self.log.info((
"Creator's host name is not supported for current host {}"
"Creator's host name \"{}\""
" is not supported for current host \"{}\""
).format(creator_class.host_name, self.host_name))
continue