mirror of
git://github.com/lxc/lxc
synced 2025-09-03 22:19:30 +00:00
sync: fix log message
Fixes: #3875 Suggested-by: Hank.shi <shk242673@163.com> Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
@@ -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)
|
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);
|
return sync_wake(handler->sync_sock[1], sequence);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user