Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Wrong logging level for one message
  • Loading branch information
da2x committed Nov 9, 2015
1 parent 07962cb commit b37e110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/command/check.py
Expand Up @@ -360,7 +360,7 @@ def scan_links(self, find_sources=False, check_remote=False):
"""Check links on the site."""
self.logger.info("Checking Links:")
self.logger.info("===============\n")
self.logger.notice("{0} mode".format(self.site.config['URL_TYPE']))
self.logger.info("{0} mode".format(self.site.config['URL_TYPE']))
failure = False
# Maybe we should just examine all HTML files
output_folder = self.site.config['OUTPUT_FOLDER']
Expand Down

0 comments on commit b37e110

Please sign in to comment.