Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alexander Undrus
athena
Commits
da525ba6
Commit
da525ba6
authored
Sep 29, 2021
by
Frank Winklmeier
Browse files
Merge branch 'LArBCAlgTypeFix' into 'master'
LArBadChannelCondAlg: fix typo in INFO msg See merge request
atlas/athena!46807
parents
bfa00226
0dab9f9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
LArCalorimeter/LArBadChannelTool/src/LArBadChannelCondAlg.cxx
View file @
da525ba6
...
...
@@ -119,7 +119,7 @@ StatusCode LArBadChannelCondAlg::execute() {
<<
" into Conditions Store"
);
return
StatusCode
::
FAILURE
;
}
ATH_MSG_INFO
(
"Recorded LAr
Raw
ChannelCont object with key "
ATH_MSG_INFO
(
"Recorded LAr
Bad
ChannelCont object with key "
<<
writeHandle
.
key
()
<<
" with EventRange "
<<
writeHandle
.
getRange
()
<<
" into Conditions Store"
);
...
...
Write
Preview
Markdown
is supported
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