--- chewbacca/YodaProfiler/src/YodaProfiler.cpp 2008/11/04 09:44:50 1.3 +++ chewbacca/YodaProfiler/src/YodaProfiler.cpp 2008/12/03 19:57:53 1.4 @@ -617,6 +617,7 @@ case -89: message += " PEDANTIC: CANNOT FIND PKT/OBT SEQUENCE IN THE POINTED FILE"; break; case -90: message += " No PhysEndRun tree in the file"; break; case -91: message += " PEDANTIC: Repetition of PhysEndRun data"; break; + case -92: message += " CHEWBACCA: cannot find Resurs time zero used by chewbacca in the GL_RESURS_OFFSET table"; break; case -100: message += " Cannot open calibration files to check repeated calibration"; break; default: message += " Unidentified error"; break; };