Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c97 clusterManagerLog(CLUSTER_MANAGER_LOG_LVL_ERR,__VA_ARGS__)
131 #define CLUSTER_MANAGER_LOG_LVL_ERR 3 macro
4485 case CLUSTER_MANAGER_LOG_LVL_ERR: printf(LOG_COLOR_RED); break; in clusterManagerLog()