From b3ad2fb990b193906c3243673ac15b056eb148dc Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 17 May 2011 15:51:53 +0200 Subject: smart_event.conf: suppress stray output of "which" command Also, fix some typos in comments Signed-off-by: Denys Vlasenko --- src/cli/report.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cli') diff --git a/src/cli/report.c b/src/cli/report.c index 7f722480..9e0455be 100644 --- a/src/cli/report.c +++ b/src/cli/report.c @@ -788,7 +788,7 @@ int report(const char *dump_dir_name, int flags) if (!config) VERB1 log("No configuration file found for '%s' reporter", reporter_name); - + /* Was this reporter requested? */ if (!is_number_in_string(i, wanted_reporters)) continue; -- cgit