From d1c6a4329284a1daba12a7e0fbd743a90cb0d884 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 9 Nov 2010 16:48:38 +0100 Subject: Move some functions from CrashWatcher to MiddleWare They have nothing to do with CrashWatcher class. Signed-off-by: Denys Vlasenko --- src/cli/report.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cli/report.cpp') diff --git a/src/cli/report.cpp b/src/cli/report.cpp index 3da30e32..178a6028 100644 --- a/src/cli/report.cpp +++ b/src/cli/report.cpp @@ -611,7 +611,7 @@ static void get_reporter_plugin_settings(const vector_string_t& reporters, std::string path = std::string(homedir) + "/.abrt/" + it->first + "."PLUGINS_CONF_EXTENSION; /* Load plugin config in the home dir. Do not skip lines with empty value (but containing a "key="), - because user may want to override password from /etc/abrt/plugins/\*.conf, but he prefers to + because user may want to override password from /etc/abrt/plugins/*.conf, but he prefers to enter it every time he reports. */ bool success = LoadPluginSettings(path.c_str(), single_plugin_settings, false); if (!success) -- cgit