Skip to content

Commit

Permalink
logging tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
brianolson committed Nov 22, 2024
1 parent de95893 commit feceb36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/bigsky/copy_pdses.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ def main():
if args.dry_run:
logger.info("requestCrawl %s", host)
else:
r2.crawl(host)
if r2.crawl(host):
logger.debug("requestCrawl %s OK", host)
logger.info("%d in dest but not source", len(dnots))
for k2 in dnots:
logger.debug("%s", k2)
Expand Down

0 comments on commit feceb36

Please sign in to comment.