Searched defs:HDF_LOGE (Results 1 – 2 of 2) sorted by relevance
37 #define HDF_LOGE(fmt, ...) printf("[ERR]" fmt "\n", ##__VA_ARGS__) macro
98 #define HDF_LOGE(fmt, args...) HDF_LOGE_WRAPPER(fmt, ##args) macro