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

reviewable/pr18780/r1
Michael DeHaan 11 years ago
parent 3e930cfcfd
commit 1381f80e47

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