Fixup do_hook log calling to work
This commit is contained in:
parent
3a85f25402
commit
e41b0f6da9
@ -19,7 +19,7 @@ def do_hooks(hooks):
|
|||||||
try:
|
try:
|
||||||
hooks[hook]()
|
hooks[hook]()
|
||||||
except KeyError:
|
except KeyError:
|
||||||
utils.juju_log('INFO',
|
juju_log('INFO',
|
||||||
"This charm doesn't know how to handle '{}'.".format(hook))
|
"This charm doesn't know how to handle '{}'.".format(hook))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user