--- trunk/OOPSE/libmdtools/LJFF.cpp 2004/05/12 20:14:09 1172 +++ trunk/OOPSE/libmdtools/LJFF.cpp 2004/06/02 18:27:52 1224 @@ -186,12 +186,14 @@ LJFF::LJFF(){ frcFile = fopen( fileName, "r" ); if( frcFile == NULL ){ - + sprintf( painCave.errMsg, - "Error opening the force field parameter file: %s\n" - "Have you tried setting the FORCE_PARAM_PATH environment " - "vairable?\n", + "Error opening the force field parameter file:\n" + "\t%s\n" + "\tHave you tried setting the FORCE_PARAM_PATH environment " + "variable?\n", fileName ); + painCave.severity = OOPSE_ERROR; painCave.isFatal = 1; simError(); }