mirror of https://github.com/yandex/odyssey.git
odissey: fix auth password required message
This commit is contained in:
parent
d4b9d8190d
commit
b5922d5951
|
@ -284,7 +284,7 @@ od_auth_backend_cleartext(od_server_t *server)
|
|||
password = route->scheme->password;
|
||||
password_len = route->scheme->password_len;
|
||||
} else {
|
||||
od_error_server(&instance->logger, &server->id, "auth"
|
||||
od_error_server(&instance->logger, &server->id, "auth",
|
||||
"password required for route '%s.%s'",
|
||||
route->scheme->db_name,
|
||||
route->scheme->user_name);
|
||||
|
|
Loading…
Reference in New Issue