Skip to content

Commit

Permalink
add error to aux directory fault
Browse files Browse the repository at this point in the history
  • Loading branch information
GernotMaier committed Feb 8, 2024
1 parent f7663e4 commit d993716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VGlobalRunParameter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ bool VGlobalRunParameter::setDirectories()
// test if directory exists
if( gSystem->AccessPathName( fEVNDISPAnaDataDirectory.c_str() ) )
{
cout << "VGlobalRunParameter::setDirectories(): cannot find directory with EVNDISP aux data" << endl;
cout << "VGlobalRunParameter::setDirectories() error: cannot find directory with EVNDISP aux data" << endl;
cout << "\t looking for " << fEVNDISPAnaDataDirectory << endl;
cout << "\t is environmental variable $VERITAS_EVNDISP_AUX_DIR set?" << endl;
cout << "\t (see INSTALL.md)" << endl;
Expand Down

0 comments on commit d993716

Please sign in to comment.