Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c100 clusterManagerLog(CLUSTER_MANAGER_LOG_LVL_WARN,__VA_ARGS__)
130 #define CLUSTER_MANAGER_LOG_LVL_WARN 2 macro
2559 CLUSTER_MANAGER_LOG_LVL_WARN); in clusterManagerOptimizeAntiAffinity()
4484 case CLUSTER_MANAGER_LOG_LVL_WARN: printf(LOG_COLOR_YELLOW); break; in clusterManagerLog()