summaryrefslogtreecommitdiffstats
path: root/lib/MiddleWare/Settings.cpp
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-03-04 12:52:13 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-03-04 12:52:13 +0100
commit7d0b86ce4ce9401b7177c91874cac9e1e0ee42c7 (patch)
tree2cb061660f9ad48e8fcc8dd859f6f2aa0ff14b34 /lib/MiddleWare/Settings.cpp
parent6f13bfb6b3e6007d75ccc2d727d5db45c50cb57a (diff)
parent60150bac2c6ecc10a1d761bdecef696566d9ef43 (diff)
Merge branch 'master' of git://git.fedorahosted.org/git/crash-catcher
Diffstat (limited to 'lib/MiddleWare/Settings.cpp')
-rw-r--r--lib/MiddleWare/Settings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MiddleWare/Settings.cpp b/lib/MiddleWare/Settings.cpp
index 92e22ea..65b7f16 100644
--- a/lib/MiddleWare/Settings.cpp
+++ b/lib/MiddleWare/Settings.cpp
@@ -85,7 +85,7 @@ void save_settings(const std::string& path, const map_settings_t& settings)
fOut.open(path.c_str());
if (fOut.is_open())
{
- fOut << "# !DO NOT EDIT THIS FILE BY HAND. IT IS GENERATED BY CRASHCATCHER!" << std::endl;
+ fOut << "# !DO NOT EDIT THIS FILE BY HAND. IT IS GENERATED BY ABRT!" << std::endl;
for (it = settings.begin(); it != settings.end(); it++)
{
fOut << it->first << " = " << it->second << std::endl << std::endl;