From d1f3f4f07ab0cfa2a7f58c911e34a15c73ae5048 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sat, 24 Aug 2024 02:49:09 -0700 Subject: charts: s/#missed it!/# missed it!/ cosmetic change; insert a space after the "#" in the string used when comm/argv can't be sampled --- src/charts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/charts.c') 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) -- cgit v1.2.3