summaryrefslogtreecommitdiffstats
path: root/src/Daemon/Daemon.cpp
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-12-04 17:19:18 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-12-04 17:19:18 +0100
commitb73a86c04c9469d2e8bae7225575d1e785d0852f (patch)
tree0f7782230c63e39c301f698628177160c0580fb0 /src/Daemon/Daemon.cpp
parent230f151aa7e357c37040ed51bcbdbc1a766af82a (diff)
downloadabrt-b73a86c04c9469d2e8bae7225575d1e785d0852f.tar.gz
abrt-b73a86c04c9469d2e8bae7225575d1e785d0852f.tar.xz
abrt-b73a86c04c9469d2e8bae7225575d1e785d0852f.zip
small fix on top of DeleteDebugDump change
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/Daemon.cpp')
-rw-r--r--src/Daemon/Daemon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon/Daemon.cpp b/src/Daemon/Daemon.cpp
index f9910dc..1fa324f 100644
--- a/src/Daemon/Daemon.cpp
+++ b/src/Daemon/Daemon.cpp
@@ -64,7 +64,7 @@
* "Please report this crash": calls Report() of all registered reporter plugins.
* Returns report_status_t (map_vector_string_t) - the status of each call.
* 2nd parameter is the contents of user's abrt.conf.
- * - DeleteDebugDump(UUID): delete corresponding /var/cache/abrt/DIR. Returns bool
+ * - DeleteDebugDump(UUID): delete it from DB and delete corresponding /var/cache/abrt/DIR
* - GetPluginsInfo(): returns vector_map_string_t
* - GetPluginSettings(PluginName): returns map_plugin_settings_t (map_string_t)
* - SetPluginSettings(PluginName, map_plugin_settings_t): returns void