1 Star 0 Fork 25

王歌/redis5

forked from src-openEuler/redis5 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Fix-display-error-message.patch 717 Bytes
一键复制 编辑 原始数据 按行查看 历史
xu_ping 提交于 2021-12-04 12:04 . Fix display error warning message
diff --git a/src/server.c b/src/server.c
index 4d5c702..4bdbf35 100644
--- a/src/server.c
+++ b/src/server.c
@@ -4365,7 +4365,7 @@ int main(int argc, char **argv) {
(int)getpid());
if (argc == 1) {
- serverLog(LL_WARNING, "Warning: no config file specified, using the default config. In order to specify a config file use %s /path/to/%s.conf", argv[0], server.sentinel_mode ? "sentinel" : "redis");
+ serverLog(LL_WARNING, "Warning: no config file specified, using the default config. In order to specify a config file use %s /path/to/%s.conf", argv[0], server.sentinel_mode ? "redis-sentinel" : "redis");
} else {
serverLog(LL_WARNING, "Configuration loaded");
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wang--ge/redis5.git
[email protected]:wang--ge/redis5.git
wang--ge
redis5
redis5
master

搜索帮助