From 7011f2630799aa38be55b01b5aafdecd7eb2a894 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 21 Jan 2020 00:30:18 +0100 Subject: [PATCH] Add better logging for reasoning --- etherpump/commands/pull.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etherpump/commands/pull.py b/etherpump/commands/pull.py index 63325a4..6fc5518 100644 --- a/etherpump/commands/pull.py +++ b/etherpump/commands/pull.py @@ -276,7 +276,7 @@ async def handle_pad(args, padid, data, info, session): break if skip: - print("[x] {}".format(padid)) + print("[ ] {} (skipped)".format(padid)) return if args.output: @@ -311,7 +311,7 @@ async def handle_pad(args, padid, data, info, session): p + ".meta.json", ) ) - print("[x] {}".format(padid)) + print("[ ] {} (no publish)".format(padid)) return ########################################## @@ -326,7 +326,7 @@ async def handle_pad(args, padid, data, info, session): p + ".meta.json", ) ) - print("[x] {}".format(padid)) + print("[ ] {} (publish opt out)".format(padid)) return ver["path"] = p + raw_ext