mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 23:56:57 +02:00
CLEANUP: fix typo in findserver() log message
There was a typo in the findserver() log message : "found" was written "fould".
This commit is contained in:
parent
cf8d9ae3cd
commit
0bb519e6e5
@ -366,7 +366,7 @@ struct server *findserver(const struct proxy *px, const char *name) {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
Alert("Refusing to use duplicated server '%s' fould in proxy: %s!\n",
|
Alert("Refusing to use duplicated server '%s' found in proxy: %s!\n",
|
||||||
name, px->id);
|
name, px->id);
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user