diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-02-19 16:00:34 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-02-19 16:00:34 +0100 |
| commit | 06465b2ef455bbb84ebcc2290cd58ec6155300f3 (patch) | |
| tree | 9064b7ad78df60be63ff7d1ba1ad8691be29c165 /src/Daemon/CrashWatcher.cpp | |
| parent | 2f907417d37d83cefad7950397bd141c0586b1d5 (diff) | |
| download | abrt-06465b2ef455bbb84ebcc2290cd58ec6155300f3.tar.gz abrt-06465b2ef455bbb84ebcc2290cd58ec6155300f3.tar.xz abrt-06465b2ef455bbb84ebcc2290cd58ec6155300f3.zip | |
Changed config path
Fixed Makefile.am
Diffstat (limited to 'src/Daemon/CrashWatcher.cpp')
| -rw-r--r-- | src/Daemon/CrashWatcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon/CrashWatcher.cpp b/src/Daemon/CrashWatcher.cpp index bac6b2c..4f4c413 100644 --- a/src/Daemon/CrashWatcher.cpp +++ b/src/Daemon/CrashWatcher.cpp @@ -95,7 +95,7 @@ CCrashWatcher::CCrashWatcher(const std::string& pPath,DBus::Connection &connecti int watch = 0; m_sTarget = pPath; // middleware object - m_pMW = new CMiddleWare(PLUGINS_CONF_DIR,PLUGINS_LIB_DIR, std::string(CONF_DIR) + "/CrashCatcher.conf"); + m_pMW = new CMiddleWare(PLUGINS_CONF_DIR,PLUGINS_LIB_DIR, std::string(CONF_DIR) + "/crash-catcher.conf"); m_nMainloop = g_main_loop_new(NULL,FALSE); connection.request_name(CC_DBUS_NAME); if((m_nFd = inotify_init()) == -1){ |
