logging: expose logs when not mapped repo is found
This commit is contained in:
parent
7908e6921a
commit
463905a689
1 changed files with 1 additions and 0 deletions
|
|
@ -275,6 +275,7 @@ class RepoAppView(BaseAppView):
|
|||
|
||||
if self.rhodecode_vcs_repo is None:
|
||||
# unable to fetch this repo as vcs instance, report back to user
|
||||
log.debug('Repository was not found on filesystem, check if it exists or is not damaged')
|
||||
h.flash(_(
|
||||
"The repository `%(repo_name)s` cannot be loaded in filesystem. "
|
||||
"Please check if it exist, or is not damaged.") %
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue