diff options
Diffstat (limited to 'src/plugins/perfmon/parse_util.c')
-rw-r--r-- | src/plugins/perfmon/parse_util.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/perfmon/parse_util.c b/src/plugins/perfmon/parse_util.c index 6abb645a714..8c9e9be59f5 100644 --- a/src/plugins/perfmon/parse_util.c +++ b/src/plugins/perfmon/parse_util.c @@ -69,7 +69,8 @@ perfmon_parse_table (perfmon_main_t * pm, char *path, char *table_name) if (error) { vlib_log_err (pm->log_class, - "Failed to read CPU-specific counter table"); + "Failed to read CPU-specific counter table %s", + json_filename); vlib_log_err (pm->log_class, "Please install the vpp-dev package and then:"); vlib_log_err |