Merge pull request #49 from rtgibbons/patch-1

Use INFO when logging during trail_run
rtgibbons-patch-2
Naypam 8 years ago
commit 62faab1382

@ -155,7 +155,7 @@ def remove_things(things):
continue
if trial_run: # Don't do anything, trial mode!
log.debug("Would have deleted {thing}: '{content}'".format(
log.info("Would have deleted {thing}: '{content}'".format(
thing=thing.id, content=thing))
continue

Loading…
Cancel
Save