From 3eb31571804247a6ba51349f5a78ad7a334d3e7e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 5 Feb 2010 16:06:41 +0100 Subject: abrtd: fix handling of dupes (weren't deleting dup's directory); better logging Signed-off-by: Denys Vlasenko --- lib/Plugins/FileTransfer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Plugins/FileTransfer.conf') diff --git a/lib/Plugins/FileTransfer.conf b/lib/Plugins/FileTransfer.conf index 5e23140..30769b1 100644 --- a/lib/Plugins/FileTransfer.conf +++ b/lib/Plugins/FileTransfer.conf @@ -15,7 +15,7 @@ Enabled = yes # At the time of the crash, the plugin stores a record of it # in its internal list. When specified time is reached, # the plugin iterates through its internal list and sends -# every recorded crash to the specified URL. +# every recorded crash to the specified URL. # After that, the internal list is cleared. -- cgit