mirror of https://github.com/yandex/odyssey.git
odissey: update machinarium
This commit is contained in:
parent
ea03b9bfa2
commit
93c07b11f5
|
@ -1 +1 @@
|
||||||
Subproject commit fcb4d681b802aedacd16dcedc1cbaae4f5f43337
|
Subproject commit ace516cedd34cf537dbf23afd7095ccbb038d6df
|
|
@ -491,7 +491,7 @@ void od_frontend(void *arg)
|
||||||
case OD_RERROR_NOT_FOUND:
|
case OD_RERROR_NOT_FOUND:
|
||||||
od_error_client(&instance->log, client->id, NULL,
|
od_error_client(&instance->log, client->id, NULL,
|
||||||
"database route '%s' is not declared, closing",
|
"database route '%s' is not declared, closing",
|
||||||
so_parameter_value(client->startup.database));
|
so_parameter_value(client->startup.database));
|
||||||
od_frontend_error(client, SO_ERROR_UNDEFINED_DATABASE,
|
od_frontend_error(client, SO_ERROR_UNDEFINED_DATABASE,
|
||||||
"database route is not declared");
|
"database route is not declared");
|
||||||
od_frontend_close(client);
|
od_frontend_close(client);
|
||||||
|
|
Loading…
Reference in New Issue