diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2024-08-24 02:49:09 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2024-08-24 02:49:09 -0700 |
commit | d1f3f4f07ab0cfa2a7f58c911e34a15c73ae5048 (patch) | |
tree | 3418e0bc01eb91b41611e0eadd302734c7d32384 | |
parent | cc79233013551bdec8b94cee86dd8053244114b0 (diff) |
charts: s/#missed it!/# missed it!/
cosmetic change; insert a space after the "#" in the string used
when comm/argv can't be sampled
-rw-r--r-- | src/charts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charts.c b/src/charts.c index d1bf7f0..31f3ea2 100644 --- a/src/charts.c +++ b/src/charts.c @@ -42,7 +42,7 @@ #endif #define CHART_ISTHREAD_ARGV "~" /* use this string to mark threads in the argv field */ -#define CHART_NOCOMM_ARGV "#missed it!" /* use this string to substitute the command when missing in argv field */ +#define CHART_NOCOMM_ARGV "# missed it!" /* use this string to substitute the command when missing in argv field */ #define CHART_MAX_ARGC 64 /* this is a huge amount */ #define CHART_VMON_PROC_WANTS (VMON_WANT_PROC_STAT | VMON_WANT_PROC_FOLLOW_CHILDREN | VMON_WANT_PROC_FOLLOW_THREADS) #define CHART_VMON_SYS_WANTS (VMON_WANT_SYS_STAT) |