diff --git a/shreddit.py b/shreddit.py index e413d3d..7dc2e22 100755 --- a/shreddit.py +++ b/shreddit.py @@ -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