fix timeout spell error (#9150)

This commit is contained in:
ZEEKLING 2021-07-16 07:01:11 +08:00 committed by GitHub
parent 6a5bac309e
commit 334a9789f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6513,7 +6513,7 @@ reply_err:;
int need_free = 0;
if (err == NULL) err = "";
else need_free = 1;
clusterManagerLogErr("ERR setting node-timeot for %s:%d: %s\n", n->ip,
clusterManagerLogErr("ERR setting node-timeout for %s:%d: %s\n", n->ip,
n->port, err);
if (need_free) zfree(err);
err_count++;