summaryrefslogtreecommitdiffstats
path: root/src/cli/report.cpp
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-11-09 16:48:38 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-11-09 16:48:38 +0100
commitd1c6a4329284a1daba12a7e0fbd743a90cb0d884 (patch)
treef3ec3f41fdf87fa82e72a5053fc154d15ee44702 /src/cli/report.cpp
parent12fe2aea5f72b17300d7efa60eeaa74f2e980b6a (diff)
downloadabrt-d1c6a4329284a1daba12a7e0fbd743a90cb0d884.tar.gz
abrt-d1c6a4329284a1daba12a7e0fbd743a90cb0d884.tar.xz
abrt-d1c6a4329284a1daba12a7e0fbd743a90cb0d884.zip
Move some functions from CrashWatcher to MiddleWare
They have nothing to do with CrashWatcher class. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/cli/report.cpp')
-rw-r--r--src/cli/report.cpp2
1 files changed, 1 insertions, 1 deletions
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)