diff --git a/plugin_mount.py b/plugin_mount.py index 94f4d2189..cf0f26880 100644 --- a/plugin_mount.py +++ b/plugin_mount.py @@ -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):