Changeset - b3307ca60bfb
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 16 years ago 2010-02-28 17:18:09

Litle info messages update
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pylons_app/lib/backup_manager.py
Show inline comments
 
@@ -43,6 +43,7 @@ class BackupManager(object):
 
            logging.info('backing up %s', dir)
 
            tar.add(os.path.join(self.repos_path, dir), dir)
 
        tar.close()
 
        logging.info('finished backup of mercurial repositories')
 

	
 

	
 
if __name__ == "__main__":
0 comments (0 inline, 0 general)