Changeset 59b70a
- Timestamp:
- Dec 16, 2009, 11:51:17 AM (16 years ago)
- Children:
- 65f1dba
- Parents:
- 35f733
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/parser.cpp
r35f733 r59b70a 158 158 //Log() << Verbose(0) << "Opening " << name << " ... " << input << endl; 159 159 if (input == NULL) { 160 eLog() << Verbose( 0) << endl << "Unable to open " << name << ", is the directory correct?" << endl;161 performCriticalExit();160 eLog() << Verbose(1) << 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.