mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-16 12:29:40 +00:00
commit
93e2548209
@ -1076,7 +1076,7 @@ static int do_start(void *data)
|
||||
lxc_sync_fini_parent(handler);
|
||||
|
||||
if (lxc_abstract_unix_recv_one_fd(data_sock1, &status_fd, NULL, 0) < 0) {
|
||||
ERROR("Failed to receive status file descriptor to child process");
|
||||
ERROR("Failed to receive status file descriptor from parent process");
|
||||
goto out_warn_father;
|
||||
}
|
||||
|
||||
|
@ -121,7 +121,7 @@ bool lxc_sync_wait_child(struct lxc_handler *handler, int sequence)
|
||||
|
||||
bool lxc_sync_wake_child(struct lxc_handler *handler, int sequence)
|
||||
{
|
||||
TRACE("Child waking parent with sequence %s", start_sync_to_string(sequence));
|
||||
TRACE("Parent waking child with sequence %s", start_sync_to_string(sequence));
|
||||
return sync_wake(handler->sync_sock[1], sequence);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user