summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-03 12:28:35 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-03 12:28:35 +0100
commit20b77a3b08605c0e4651ba8f39d53fa800d7e50d (patch)
tree205df4a76ad83be579f31ba5403115bf09aeba74
parente4305830f073179913ef29cc48e3eb6b60b54b7b (diff)
downloadobnam-20b77a3b08605c0e4651ba8f39d53fa800d7e50d.tar.gz
Log when Repository objects are created.
-rw-r--r--obnamlib/repo.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/obnamlib/repo.py b/obnamlib/repo.py
index b05fd736..e913ab59 100644
--- a/obnamlib/repo.py
+++ b/obnamlib/repo.py
@@ -149,6 +149,9 @@ class Repository(object):
self.chunk_idpath = larch.IdPath('chunks', idpath_depth,
idpath_bits, idpath_skip)
+ logging.debug('Repository initialized. format_version=%s' %
+ self.format_version)
+
def setup_hooks(self, hooks):
self.hooks = hooks