summaryrefslogtreecommitdiffstats
path: root/lib/MiddleWare
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-07-15 15:12:16 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-07-15 15:12:16 +0200
commit3431b2cee2ad71c0046bcef239ddd30539c202ae (patch)
tree85eb6f41b1104ab7cc188f3edd9a03ec38df8ce4 /lib/MiddleWare
parent916a86b4c0bd1297bdb2b98f12927d82910097f8 (diff)
downloadabrt-3431b2cee2ad71c0046bcef239ddd30539c202ae.tar.gz
abrt-3431b2cee2ad71c0046bcef239ddd30539c202ae.tar.xz
abrt-3431b2cee2ad71c0046bcef239ddd30539c202ae.zip
Restore /proc/sys/kernel/core_pattern on error exit.
The bug was observed when dbus-abrt.conf is missing. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/MiddleWare')
-rw-r--r--lib/MiddleWare/PluginManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MiddleWare/PluginManager.cpp b/lib/MiddleWare/PluginManager.cpp
index b47d70ff..8ce32f45 100644
--- a/lib/MiddleWare/PluginManager.cpp
+++ b/lib/MiddleWare/PluginManager.cpp
@@ -133,7 +133,7 @@ void CPluginManager::RegisterPlugin(const std::string& pName)
return;
}
m_mapPlugins[pName] = plugin;
- comm_layer_inner_debug("Registred plugin " + pName + "("
+ comm_layer_inner_debug("Registered plugin " + pName + "("
+ std::string(plugin_type_str_t[m_mapABRTPlugins[pName]->GetType()])
+ ")");
}