Skip to content

Commit

Permalink
Update kea_exporter/base_exporter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Feb 7, 2024
1 parent b9b4859 commit 483e431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kea_exporter/base_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ def parse_metrics(self, dhcp_version, arguments, subnets):
self.subnet_missing_info_sent.get(dhcp_version, []).append(f"{subnet_id}-{pool_index}")
click.echo(
"Ignoring metric because subnet vanished from configuration: "
f"dhcp_version: {dhcp_version.name}, subnet_id: {subnet_id}, pool_idx: {pool_index}",
f"{dhcp_version.name=}, {subnet_id=}, {pool_index=}",
file=sys.stderr,
)
continue
Expand Down

0 comments on commit 483e431

Please sign in to comment.