fork of indigo with slightly nicer lexgen

logging tweak

authored by Brian Olson and committed by Brian Olson feceb364 de95893a

Changed files
+2 -1
cmd
bigsky
+2 -1
cmd/bigsky/copy_pdses.py
··· 210 210 if args.dry_run: 211 211 logger.info("requestCrawl %s", host) 212 212 else: 213 - r2.crawl(host) 213 + if r2.crawl(host): 214 + logger.debug("requestCrawl %s OK", host) 214 215 logger.info("%d in dest but not source", len(dnots)) 215 216 for k2 in dnots: 216 217 logger.debug("%s", k2)