Commit 030362a0 authored by Clément Schreiner's avatar Clément Schreiner
Browse files

Add debug message.

parent 870f8e7f
......@@ -108,6 +108,8 @@ class DebtagsPlugin(BasePlugin):
autotag.load_sources(self.binary_packages)
tags = autotag.get_tags()
if len(tags) == 0:
log.debug('No tag found by heuristics.')
for pkg in tags:
for tag in tags[pkg]:
self._new_result(Debtag, tag = tag, source = 'autotag',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment