We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cce7e2 commit 24c2d28Copy full SHA for 24c2d28
libcontainer/nsenter/nsexec.c
@@ -902,7 +902,7 @@ void nsexec(void)
902
bail("failed to sync with parent: write(SYNC_USERMAP_PLS)");
903
904
/* ... wait for mapping ... */
905
- write_log(DEBUG, "request stage-0 to map user namespace");
+ write_log(DEBUG, "waiting stage-0 to complete the mapping of user namespace");
906
if (read(syncfd, &s, sizeof(s)) != sizeof(s))
907
bail("failed to sync with parent: read(SYNC_USERMAP_ACK)");
908
if (s != SYNC_USERMAP_ACK)
0 commit comments