##// END OF EJS Templates
logging: expose logs when not mapped repo is found
super-admin -
r4844:ca029735 default
parent child Browse files
Show More
@@ -275,6 +275,7 b' class RepoAppView(BaseAppView):'
275
275
276 if self.rhodecode_vcs_repo is None:
276 if self.rhodecode_vcs_repo is None:
277 # unable to fetch this repo as vcs instance, report back to user
277 # unable to fetch this repo as vcs instance, report back to user
278 log.debug('Repository was not found on filesystem, check if it exists or is not damaged')
278 h.flash(_(
279 h.flash(_(
279 "The repository `%(repo_name)s` cannot be loaded in filesystem. "
280 "The repository `%(repo_name)s` cannot be loaded in filesystem. "
280 "Please check if it exist, or is not damaged.") %
281 "Please check if it exist, or is not damaged.") %
General Comments 0
You need to be logged in to leave comments. Login now