Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Log read objects
  • Loading branch information
liZe committed Sep 16, 2016
1 parent ecb8a99 commit 0c1dbc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radicale/storage.py
Expand Up @@ -705,6 +705,7 @@ def serialize(self):
continue
path = os.path.join(self._filesystem_path, href)
if os.path.isfile(path):
self.logger.debug("Read object: %s", path)
with open(path, encoding=self.encoding, newline="") as fd:
items.append(vobject.readOne(fd.read()))
if self.get_meta("tag") == "VCALENDAR":
Expand Down

0 comments on commit 0c1dbc3

Please sign in to comment.