Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
gluebuddy
Commits
4b0cf2a5
Verified
Commit
4b0cf2a5
authored
Dec 02, 2021
by
Levente Polyak
🚀
Browse files
diff: change skip messages to debug for more condensed summary list
parent
e02276a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/gitlab/gitlab.rs
View file @
4b0cf2a5
...
...
@@ -328,7 +328,7 @@ impl GitLabGlue {
)
->
Result
<
bool
>
{
let
staff_username
=
&
user
.username
;
if
user
.gitlab_id
.is_none
()
{
warn
!
(
debug
!
(
"Skip adding {} to GitLab group: no GitLab user found"
,
staff_username
);
...
...
@@ -538,7 +538,7 @@ impl GitLabGlue {
)
->
Result
<
bool
>
{
let
staff_username
=
&
user
.username
;
if
user
.gitlab_id
.is_none
()
{
warn
!
(
debug
!
(
"Skip adding {} to GitLab project: no GitLab user found"
,
staff_username
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment