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
714480c7
Commit
714480c7
authored
Aug 07, 2019
by
Jens Kroeger
Browse files
Tracking4D: fixed typo
parent
554cdd93
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/Tracking4D/Tracking4D.cpp
View file @
714480c7
...
...
@@ -267,7 +267,7 @@ StatusCode Tracking4D::run(std::shared_ptr<Clipboard> clipboard) {
<<
Units
::
display
(
track_timestamp
,
"us"
)
<<
" to track."
;
track
->
setTimestamp
(
track_timestamp
);
}
else
{
LOG
(
ERROR
)
<<
"Cannot asign timestamp to track. Use average cluster timestamp for track or set detector to "
LOG
(
ERROR
)
<<
"Cannot as
s
ign timestamp to track. Use average cluster timestamp for track or set detector to "
"set track timestamp. Please update the configuration file."
;
return
StatusCode
::
Failure
;
}
...
...
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