This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 7ccb16ad authored by Michael Breu's avatar Michael Breu
Browse files

Minor improvement of log output

parent 3d718323
2 merge requests!248Planing April Release,!247Resolve "Sharing: Group Teacher is not acknowledge for access"
......@@ -305,7 +305,7 @@ public class SearchService {
GitLabApi gitLabApi = gitLabRepository.getGitLabApi(gitLabAccessInfo);
gitLabApi.getRepositoryApi().getRepositoryArchive(Long.toString(result.getProject().getProject_id()), "HEAD", ZIP);
} catch (GitLabApiException e) {
log.warn("GitLabApiException " + e.getMessage());
log.warn("filterArtemisActionForUnauthorized: GitLabApiException " + e.getMessage());
// We expect permissions missing
result.setSupportedActions(
result
......
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