@@ -2559,7 +2559,7 @@ int main(int argc, char **argv) {
...
@@ -2559,7 +2559,7 @@ int main(int argc, char **argv) {
loadServerConfig(configfile,options);
loadServerConfig(configfile,options);
sdsfree(options);
sdsfree(options);
}else{
}else{
redisLog(REDIS_WARNING,"Warning: no config file specified, using the default config. In order to specify a config file use 'redis-server /path/to/redis.conf'");
redisLog(REDIS_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");