Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
6e46d5f8
Commit
6e46d5f8
authored
Jan 11, 2019
by
Morag Jean Williams
Browse files
EventLoaderTimepix3: change current time output log from INFO to DEBUG level.
parent
04d5a4e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/EventLoaderTimepix3/EventLoaderTimepix3.cpp
View file @
6e46d5f8
...
...
@@ -254,10 +254,10 @@ StatusCode EventLoaderTimepix3::run(std::shared_ptr<Clipboard> clipboard) {
// Otherwise tell event loop to keep running
IFLOG
(
INFO
)
{
if
(
temporalSplit
)
{
LOG_PROGRESS
(
INFO
,
"tpx3_loader"
)
LOG_PROGRESS
(
DEBUG
,
"tpx3_loader"
)
<<
"Current time: "
<<
Units
::
display
(
clipboard
->
get_persistent
(
"eventStart"
),
{
"s"
,
"ms"
,
"us"
,
"ns"
});
}
else
{
LOG_PROGRESS
(
INFO
,
"tpx3_loader"
)
<<
"Current event: "
<<
m_currentEvent
;
LOG_PROGRESS
(
DEBUG
,
"tpx3_loader"
)
<<
"Current event: "
<<
m_currentEvent
;
}
}
...
...
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