Home
last modified time | relevance | path

Searched refs:log_text (Results 1 – 1 of 1) sorted by relevance

/external/srec/portable/src/
Dplog.c480 char log_text [2048]; in PLogError() local
487 pvsprintf ( log_text, msg, args); in PLogError()
492 if ( ( strncmp ( log_text, FILTER_MSG_1, FILTER_MSG_1_SIZE ) != 0 ) && in PLogError()
493 ( strncmp ( log_text, FILTER_MSG_2, FILTER_MSG_2_SIZE ) != 0 ) ) in PLogError()
495 LOGE ("%s", log_text ); in PLogError()