Skip to content

Commit

Permalink
fixed a typo in the error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzl0ver authored Feb 13, 2025
1 parent 19719ce commit ed8f9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/aws/scripts/buckets_s3/load_balancers.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def load_information_from_file(self, log_key):
port += f"{item[1]} "
log_entry[field_to_process], log_entry[ip_field] = port.strip(), ip.strip()
except (ValueError, IndexError):
aws_tools.debug(f"Unable to process correctly ABL log entry, for field {field_to_process}.",
aws_tools.debug(f"Unable to process correctly ALB log entry, for field {field_to_process}.",
msg_level=1)
aws_tools.debug(f"Log Entry: {log_entry}", msg_level=2)

Expand Down

0 comments on commit ed8f9b3

Please sign in to comment.