Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke committed Jan 21, 2023
1 parent 14bd9ff commit 1ca564b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/network_exporter_prom.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def increment_used_ips_services(key: str) -> None:
last_failure: Optional[datetime]
while True:
try:
print_timed('Watch docker events')
print_timed('Watch networks')
watch_networks()
except docker.errors.APIError:
now = datetime.now()
Expand Down

0 comments on commit 1ca564b

Please sign in to comment.