Searched refs:NCI_LOG_LEVEL_ERROR (Results 1 – 1 of 1) sorted by relevance
156 #define NCI_LOG_LEVEL_ERROR 0x1u macro162 #define NCI_DEFAULT_LOG_LEVEL (NCI_LOG_LEVEL_ERROR)168 #define NCI_ERROR(args) do { if (nci_log_level & NCI_LOG_LEVEL_ERROR) { printf args; } } while (0u)174 #define NCI_ERROR(args) do { if (nci_log_level & NCI_LOG_LEVEL_ERROR) \