Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/parser.cpp

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