diff --git a/hooks/hooks.py b/hooks/hooks.py index 5aa2a5a..1b81cd1 100755 --- a/hooks/hooks.py +++ b/hooks/hooks.py @@ -23,7 +23,8 @@ try: leader_status = hookenv.is_leader() except NotImplementedError: - hookenv.log('This charm requires Juju 1.22.0 or greater. Panic and exit!' + hookenv.log('This charm requires Leader Election. Juju >= 1.23.2.' + ' Leader election binary not found, Panic and exit!', 'CRITICAL') sys.exit(1)