mirror of
https://github.com/redis/redis.git
synced 2026-05-28 04:02:46 -04:00
Remove debugging message left there for error.
This commit is contained in:
parent
69897f5f30
commit
4159055f83
1 changed files with 0 additions and 1 deletions
|
|
@ -3268,7 +3268,6 @@ void clusterCron(void) {
|
|||
* the orphaned masters. Note that it does not make sense to try
|
||||
* a migration if there is no master with at least *two* working
|
||||
* slaves. */
|
||||
if (orphaned_masters) serverLog(LL_WARNING,"0");
|
||||
if (orphaned_masters && max_slaves >= 2 && this_slaves == max_slaves)
|
||||
clusterHandleSlaveMigration(max_slaves);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue