aboutgitcodebugslistschat
path: root/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index d3e6eb2..a79beb5 100644
--- a/conf.c
+++ b/conf.c
@@ -493,7 +493,7 @@ static void conf_netns_opt(char *netns, const char *arg)
}
if (ret <= 0 || ret > PATH_MAX)
- die("Network namespace name/path %s too long");
+ die("Network namespace name/path %s too long", arg);
}
/**