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
b875832a
Commit
b875832a
authored
Jan 15, 2019
by
Simon Spannagel
Browse files
EventLoaderTimepix3: make error message more useful
parent
ff27e737
Pipeline
#660730
passed with stages
in 10 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/modules/EventLoaderTimepix3/EventLoaderTimepix3.cpp
View file @
b875832a
...
...
@@ -98,7 +98,8 @@ void EventLoaderTimepix3::initialise() {
// Check that we have files for this detector and sort them correctly:
if
(
detector_files
.
empty
())
{
LOG
(
ERROR
)
<<
"No data file found for detector "
<<
m_detector
->
name
();
LOG
(
ERROR
)
<<
"No data file found for detector "
<<
m_detector
->
name
()
<<
" in input directory "
<<
std
::
endl
<<
m_inputDirectory
;
return
;
}
...
...
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