2
0
mirror of git://github.com/lxc/lxc synced 2025-08-31 12:09:35 +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:
Christian Brauner
2021-07-15 18:18:25 +02:00
parent c18430b001
commit 401e36705c

View File

@@ -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);
}