diff --git a/src/ssl_sock.c b/src/ssl_sock.c index 347256d35..fc4e5a602 100644 --- a/src/ssl_sock.c +++ b/src/ssl_sock.c @@ -5048,7 +5048,7 @@ int ssl_sock_prepare_bind_conf(struct bind_conf *bind_conf) } if (is_default == CKCH_INST_EXPL_DEFAULT) { - ha_diag_warning("Proxy '%s': both 'default-crt' and 'strict-sni' keywords are used in bind '%s' at [%s:%d], certificates won't be used as fallback (use 'crt' instead).\n", + ha_warning("Proxy '%s': both 'default-crt' and 'strict-sni' keywords are used in bind '%s' at [%s:%d], certificates won't be used as fallback (use 'crt' instead).\n", px->id, bind_conf->arg, bind_conf->file, bind_conf->line); }