Skip to content

Commit

Permalink
log the html root for debugging purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
jvasile committed Feb 9, 2013
1 parent a8c3a73 commit f449b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin_mount.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class PagePlugin:
def __init__(self, *args, **kwargs):
"""If cfg.html_root is none, then this is the html_root."""
if not cfg.html_root:
cfg.log('Setting html root to %s' % self.__class__.__name__)
cfg.html_root = self

def register_page(self, url):
Expand Down

0 comments on commit f449b83

Please sign in to comment.