diff --git a/proc_parse.c b/proc_parse.c index 6233769c5..8a03fea40 100644 --- a/proc_parse.c +++ b/proc_parse.c @@ -1152,7 +1152,7 @@ struct mount_info *parse_mountinfo(pid_t pid, struct ns_id *nsid, bool for_dump) ret = parse_mountinfo_ent(str, new, &fsname); if (ret < 0) { - pr_err("Bad format in %d mountinfo\n", pid); + pr_err("Bad format in %d mountinfo: '%s'\n", pid, str); goto end; }