Home | History | Annotate | Download | only in src

Lines Matching refs:error_text

226 void srec_test_log_error ( unsigned int error_id, SREC_TEST_ERROR_LEVELS error_level, LCHAR *error_text )
232 LPRINTF ( "Critical Level Error %s\n", error_text );
236 LPRINTF ( "High Level Error %s\n", error_text );
240 LPRINTF ( "Moderate Level Error %s\n", error_text );
244 LPRINTF ( "Low Level Error %s\n", error_text );
248 LPRINTF ( "Unknown Level Error %d : %s\n", error_level, error_text );