Searched refs:TR_MSG_ERR (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dutils.h125 if( tr_msgLoggingIsActive( TR_MSG_ERR ) ) \
126 tr_msg( __FILE__, __LINE__, TR_MSG_ERR, n, __VA_ARGS__ ); \
143 if( tr_msgLoggingIsActive( TR_MSG_ERR ) ) \
144 tr_msg( __FILE__, __LINE__, TR_MSG_ERR, tr_torrentName( tor ), __VA_ARGS__ ); \
161 if( tr_msgLoggingIsActive( TR_MSG_ERR ) ) \
162 tr_msg( __FILE__, __LINE__, TR_MSG_ERR, NULL, __VA_ARGS__ ); \
H A Dcrypto.c86 if( tr_msgLoggingIsActive( TR_MSG_ERR ) ) { \
89 tr_msg( __FILE__, __LINE__, TR_MSG_ERR, MY_NAME, "%s", buf ); \
H A Dtransmission.h869 TR_MSG_ERR = 1, enumerator in enum:__anon7382
879 /* TR_MSG_ERR, TR_MSG_INF, or TR_MSG_DBG */
H A Dutils.c66 tr_msg_level __tr_message_level = TR_MSG_ERR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/daemon/
H A Ddaemon.c317 case TR_MSG_ERR: priority = LOG_ERR; break;
471 case 810: tr_bencDictAddInt( &settings, TR_PREFS_KEY_MSGLEVEL, TR_MSG_ERR );
491 printMessage( logfile, TR_MSG_ERR, MY_NAME, "Error loading config file -- exiting.", __FILE__, __LINE__ );
507 printMessage( logfile, TR_MSG_ERR, MY_NAME, buf, __FILE__, __LINE__ );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/utils/
H A Dcreate.c103 tr_setMessageLevel( TR_MSG_ERR );
H A Dedit.c277 tr_setMessageLevel( TR_MSG_ERR );
H A Dshow.c298 tr_setMessageLevel( TR_MSG_ERR );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dmsgwin.c163 case TR_MSG_ERR: levelStr = "error"; break;
237 case TR_MSG_ERR: return "red";
383 if( i->level == TR_MSG_ERR )
428 GtkWidget * w = gtr_combo_box_new_enum( _( "Error" ), TR_MSG_ERR,

Completed in 130 milliseconds