diff --git a/cme/connection.py b/cme/connection.py index e0597241..3ec4927f 100755 --- a/cme/connection.py +++ b/cme/connection.py @@ -82,7 +82,7 @@ class connection(object): try: self.proto_flow() except Exception as e: - self.logger.exception(f"Exception while calling proto_flow(): {e}") + self.logger.exception(f"Exception while calling proto_flow() on target {self.host}: {e}") @staticmethod def proto_args(std_parser, module_parser):