summaryrefslogtreecommitdiffstats
path: root/lib/MiddleWare/test.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/test.cpp
parent6f13bfb6b3e6007d75ccc2d727d5db45c50cb57a (diff)
parent60150bac2c6ecc10a1d761bdecef696566d9ef43 (diff)
downloadabrt-7d0b86ce4ce9401b7177c91874cac9e1e0ee42c7.tar.gz
abrt-7d0b86ce4ce9401b7177c91874cac9e1e0ee42c7.tar.xz
abrt-7d0b86ce4ce9401b7177c91874cac9e1e0ee42c7.zip
Merge branch 'master' of git://git.fedorahosted.org/git/crash-catcher
Diffstat (limited to 'lib/MiddleWare/test.cpp')
-rw-r--r--lib/MiddleWare/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MiddleWare/test.cpp b/lib/MiddleWare/test.cpp
index e21da3a..e5c9b38 100644
--- a/lib/MiddleWare/test.cpp
+++ b/lib/MiddleWare/test.cpp
@@ -35,7 +35,7 @@ int main(int argc, char** argv)
{
CMiddleWare middleWare(PLUGINS_CONF_DIR,
PLUGINS_LIB_DIR,
- std::string(CONF_DIR) + "/crash-catcher.conf");
+ std::string(CONF_DIR) + "/abrt.conf");
/* Create DebugDump */
CDebugDump dd;
char pid[100];