Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/parser.cpp

    re6fe8a r3d4969  
    66
    77// ======================================= INCLUDES ==========================================
    8 
    9 #include <cstring>
    108
    119#include "helpers.hpp"
     
    160158  //Log() << Verbose(0) << "Opening " << name << " ... "  << input << endl;
    161159  if (input == NULL) {
    162     eLog() << Verbose(1) << endl << "Unable to open " << name << ", is the directory correct?" << endl;
    163     //performCriticalExit();
     160    eLog() << Verbose(0) << endl << "Unable to open " << name << ", is the directory correct?" << endl;
     161    performCriticalExit();
    164162    return false;
    165163  }
Note: See TracChangeset for help on using the changeset viewer.