Skip to content

Commit

Permalink
Better logging
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jan 30, 2018
1 parent 41d5f58 commit aa61a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bakery/views/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def prep_directory(self, target_dir):
if dirname:
dirname = path.join(settings.BUILD_DIR, dirname)
if not self.fs.exists(dirname):
logger.debug("Creating directory {}".format(dirname))
logger.debug("Creating directory at {}{}".format(self.fs_name, dirname))
self.fs.makedirs(dirname)

def build_file(self, path, html):
Expand Down

0 comments on commit aa61a52

Please sign in to comment.