mirror of
https://github.com/schoebel/mars
synced 2025-02-21 06:46:57 +00:00
client: handle responses to logger connections
This commit is contained in:
parent
390e2ae88f
commit
7fbaf12cf2
@ -635,6 +635,8 @@ int receiver_thread(void *data)
|
||||
mars_trigger();
|
||||
break;
|
||||
case CMD_CONNECT:
|
||||
case CMD_CONNECT_LOGGER:
|
||||
output->get_info = true;
|
||||
if (cmd.cmd_int1 < 0) {
|
||||
status = cmd.cmd_int1;
|
||||
MARS_ERR("remote brick connect '%s' @%s failed, remote status = %d\n",
|
||||
|
Loading…
Reference in New Issue
Block a user