Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
322d3668
Commit
322d3668
authored
Sep 28, 2017
by
Eric Cano
Browse files
Fixed log level for non error message to info.
parent
34322657
Changes
1
Hide whitespace changes
Inline
Side-by-side
objectstore/GarbageCollector.cpp
View file @
322d3668
...
...
@@ -304,7 +304,7 @@ void GarbageCollector::reinjectOwnedObject(log::LogContext& lc) {
log
::
ScopedParamContainer
params
(
lc
);
params
.
add
(
"agentAddress"
,
a
);
ourAg
.
removeFromOwnership
(
a
);
lc
.
log
(
log
::
ERR
,
"In GarbageCollector::reinjectOwnedObject(): removed agent from our ownership."
);
lc
.
log
(
log
::
INFO
,
"In GarbageCollector::reinjectOwnedObject(): removed agent from our ownership."
);
}
ourAg
.
commit
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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