From 65525195657a3572eec36da7fcb51f22ecb094a7 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 15 Dec 2019 11:31:57 -0500 Subject: small fix --- src/lib/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/common.c b/src/lib/common.c index 1678a4092..3a7f910e1 100644 --- a/src/lib/common.c +++ b/src/lib/common.c @@ -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; } -- cgit v1.2.3-54-g00ecf