Commit 32870112 authored by Michal Čihař's avatar Michal Čihař

More verbose logginf of file parsing

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 9380b53e
......@@ -912,8 +912,9 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin):
continue
self.log_info(
'checking %s [%d/%d]',
'checking %s (%s) [%d/%d]',
path,
code,
pos + 1,
len(matches)
)
......
Markdown is supported
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