diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-03-13 13:50:07 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-03-13 13:50:07 +0100 |
| commit | bc02aab93e78089ff48e381c0ced0a6dbb116efa (patch) | |
| tree | 7660b0c7760232e8d76f0133ee993cf0b2320029 /src/Daemon/CrashWatcher.cpp | |
| parent | f1c7c25720243cb260410a57fef0c03f330dad68 (diff) | |
| download | abrt-bc02aab93e78089ff48e381c0ced0a6dbb116efa.tar.gz abrt-bc02aab93e78089ff48e381c0ced0a6dbb116efa.tar.xz abrt-bc02aab93e78089ff48e381c0ced0a6dbb116efa.zip | |
Added error reporting over dbus to daemon, error handling in gui, about dialog
Diffstat (limited to 'src/Daemon/CrashWatcher.cpp')
| -rw-r--r-- | src/Daemon/CrashWatcher.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Daemon/CrashWatcher.cpp b/src/Daemon/CrashWatcher.cpp index 21c7908..47e13c9 100644 --- a/src/Daemon/CrashWatcher.cpp +++ b/src/Daemon/CrashWatcher.cpp @@ -170,6 +170,7 @@ dbus_map_report_info_t CCrashWatcher::CreateReport(const std::string &pUUID,cons } catch(std::string err) { + Error(err); std::cerr << err << std::endl; } return retval; |
