Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Commits
ca90b036
Commit
ca90b036
authored
7 years ago
by
Susumu Oda
Browse files
Options
Downloads
Patches
Plain Diff
Reduce the output level of the message to INFO (
ATLASRECTS-3933
)
parent
6cb4dff9
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Trigger/TrigAnalysis/TrigBunchCrossingTool/src/MCBunchCrossingTool.cxx
+2
-2
2 additions, 2 deletions
...nalysis/TrigBunchCrossingTool/src/MCBunchCrossingTool.cxx
with
2 additions
and
2 deletions
Trigger/TrigAnalysis/TrigBunchCrossingTool/src/MCBunchCrossingTool.cxx
+
2
−
2
View file @
ca90b036
...
...
@@ -349,9 +349,9 @@ namespace Trig {
// Check if we found the metadata:
if
(
!
bunches
.
size
()
)
{
ATH_MSG_
WARNING
(
"Bunch structure information not found in: "
ATH_MSG_
INFO
(
"Bunch structure information not found in: "
<<
MC_DIGI_PARAM
);
ATH_MSG_
WARNING
(
"Tool will report all BCIDs as single filled bunches"
);
ATH_MSG_
INFO
(
"Tool will report all BCIDs as single filled bunches"
);
m_isConfigured
=
false
;
// Let everybody know that the configuration of the tool has changed:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment