Searched defs:mpp_log_cf (Results 1 – 2 of 2) sorted by relevance
80 #define mpp_log_cf(cond, fmt, ...) do { if (cond) mpp_log_f(fmt, ## __VA_ARGS__); } while (0) macro