Commit 83d50b19 by Michael DeHaan

Make it slightly more clear what side of the connection is missing keyczar if…

Make it slightly more clear what side of the connection is missing keyczar if using accelerate mode.
parent 4bb34d00
......@@ -425,7 +425,7 @@ def main():
debug = int(module.params['debug'])
if not HAS_KEYCZAR:
module.fail_json(msg="keyczar is not installed")
module.fail_json(msg="keyczar is not installed (on the remote side)")
DEBUG_LEVEL=debug
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment