small fix

This commit is contained in:
netblue30 2019-12-15 11:31:57 -05:00
parent f55239b7a1
commit 6552519565

View file

@ -53,7 +53,7 @@ int join_namespace(pid_t pid, char *type) {
errout:
free(path);
fprintf(stderr, "Error: cannot join namespace %s\\n", type);
fprintf(stderr, "Error: cannot join namespace %s\n", type);
return -1;
}