Skip to content

Commit

Permalink
log when purging the backupsets list from holland.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
abg committed Aug 9, 2010
1 parent 4aa82c6 commit f73e191
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions holland/commands/purge.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ def run(self, cmd, opts, *backups):
error = 0

if not backups:
LOG.info("No backupsets specified - using backupsets from %s",
hollandcfg.filename)
backups = hollandcfg.lookup('holland.backupsets')

if not backups:
Expand Down

0 comments on commit f73e191

Please sign in to comment.