Skip to content

Commit 92250ae

Browse files
committed
Make a logging message clearer
1 parent d6efeea commit 92250ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cyhy_commander/wd40.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def main():
8080
for host in hosts_cursor:
8181
owners.add(host["owner"])
8282
host_count += 1
83-
logging.info("%d unique owners found in %d host documents", len(owners), host_count)
83+
logging.info("%d unique owners found in %d host documents with stuck scans", len(owners), host_count)
8484

8585
logging.info(
8686
"Updating the host docs by setting their status to %s.", STATUS.WAITING

0 commit comments

Comments
 (0)