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

This commit is contained in:
Michael DeHaan 2013-11-03 12:46:21 -05:00
parent 3e930cfcfd
commit 1381f80e47

View file

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