Make it slightly more clear what side of the connection is missing keyczar if using accelerate mode.

pull/4798/head
Michael DeHaan 11 years ago
parent 4bb34d006e
commit 83d50b1984

@ -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

Loading…
Cancel
Save