Skip to content

Commit 30b7b63

Browse files
authored
Merge pull request #4311 from lifubang/fix-debug-msg-in-nsexec
fix a debug msg for user ns in nsexec
2 parents 865224d + 24c2d28 commit 30b7b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcontainer/nsenter/nsexec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ void nsexec(void)
902902
bail("failed to sync with parent: write(SYNC_USERMAP_PLS)");
903903

904904
/* ... wait for mapping ... */
905-
write_log(DEBUG, "request stage-0 to map user namespace");
905+
write_log(DEBUG, "waiting stage-0 to complete the mapping of user namespace");
906906
if (read(syncfd, &s, sizeof(s)) != sizeof(s))
907907
bail("failed to sync with parent: read(SYNC_USERMAP_ACK)");
908908
if (s != SYNC_USERMAP_ACK)

0 commit comments

Comments
 (0)