summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-07-20 17:05:49 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-07-20 17:05:49 +0200
commit1255eed7b5efdde25d0cb1e780fbd0b0353ad58e (patch)
tree2e1e0b36f73107fd41c639fcde042cc216fbe7b8 /lib
parentbea2c1ac43a6277c5980083c18e07e56c5887cc5 (diff)
parentdb9ffc6dafce568e0b70d064411db81933d61eb4 (diff)
downloadabrt-1255eed7b5efdde25d0cb1e780fbd0b0353ad58e.tar.gz
abrt-1255eed7b5efdde25d0cb1e780fbd0b0353ad58e.tar.xz
abrt-1255eed7b5efdde25d0cb1e780fbd0b0353ad58e.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'lib')
-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 b47d70f..8ce32f4 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()])
+ ")");
}