Skip to content

Commit c8cb268

Browse files
committed
update
1 parent 753ee0f commit c8cb268

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cron/mailpasswds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def main():
229229

230230
# If we're in test mode and no user info was collected, show a message
231231
if args.test and not userinfo:
232-
print(f"No valid list memberships found for test email {args.test}")
232+
print(f"No valid list memberships found for test email {args.test} on host {host}")
233233
if skipped_lists:
234234
print("\nSkipped lists:")
235235
for listname, reason in skipped_lists:

0 commit comments

Comments
 (0)