Changes in src/parser.cpp [5e8f82:e359a8]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/parser.cpp
r5e8f82 re359a8 158 158 //Log() << Verbose(0) << "Opening " << name << " ... " << input << endl; 159 159 if (input == NULL) { 160 eLog() << Verbose( 1) << endl << "Unable to open " << name << ", is the directory correct?" << endl;161 //performCriticalExit();160 eLog() << Verbose(0) << endl << "Unable to open " << name << ", is the directory correct?" << endl; 161 performCriticalExit(); 162 162 return false; 163 163 }
Note:
See TracChangeset
for help on using the changeset viewer.