add debug message
This commit is contained in:
parent
c7f2a77e71
commit
79b7eb36f2
1 changed files with 1 additions and 0 deletions
|
|
@ -672,6 +672,7 @@ class RepoManager(object):
|
|||
for repo_id in os.listdir(tagdir):
|
||||
if repo_id == 'latest' or repo_id == repo_latest_id:
|
||||
# ignore latest symlinks or repo where one points to
|
||||
self.logger.debug("%s is latest symlink or repo, skipping", tagdir)
|
||||
continue
|
||||
try:
|
||||
repo_id = int(repo_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue