Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
We have upgraded GitLab to 15.1. Due to major code changes GitLab was down for some time.
Open sidebar
dcdb
dcdb
Commits
5e257fcc
Commit
5e257fcc
authored
May 19, 2020
by
Alessio Netti
Browse files
Analytics: more verbosity changes
parent
900f82c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
analytics/includes/JobOperatorTemplate.h
View file @
5e257fcc
...
...
@@ -296,7 +296,7 @@ protected:
try
{
_tempUnits
.
push_back
(
jobDataToUnit
(
job
));
}
catch
(
const
invalid_argument
&
e2
)
{
LOG
(
error
)
<<
e2
.
what
();
LOG
(
debug
)
<<
e2
.
what
();
_tempUnits
.
push_back
(
nullptr
);
continue
;
}
}
...
...
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