diff --git a/proc_parse.c b/proc_parse.c index f5c870e66..e6ea957ba 100644 --- a/proc_parse.c +++ b/proc_parse.c @@ -1683,7 +1683,7 @@ int parse_file_locks(void) if (fl->fl_kind == FL_UNKNOWN) { - pr_err("Unknown file lock!\n"); + pr_err("Unknown file lock: %s!\n", buf); xfree(fl); goto err; }