diff --git a/bin/cc-cli b/bin/cc-cli index 7b01215361555d6a3137ff57c04ec06461f077cc..30db8860a46939d74c93db5223fb26c9947975fa 100755 --- a/bin/cc-cli +++ b/bin/cc-cli @@ -147,7 +147,7 @@ except BadArgument as e: except KeyboardInterrupt: exit(1) except cliError as e: - printer.error("cliError: %s"%str(e)) + printer.error("%s: %s"%(type(e), str(e))) except Exception as e: if cccli.debug: if "printer" in locals():