Skip to content

Commit

Permalink
MGR-118 log error
Browse files Browse the repository at this point in the history
  • Loading branch information
madness-inc committed Jul 21, 2021
1 parent 834779e commit d344673
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -105,6 +105,7 @@ public DataContainer getData(Site site, Application application, Environment env
data = service.searchPackageVersions(request, fp, repositoryId, applicationName);
}
} catch (BusinessException ex) {
log.error("Error while retrieving packages from repository", ex);
data.setPage(new ArrayList<>(), fp.getPageable());
}
return data;
Expand Down

0 comments on commit d344673

Please sign in to comment.