summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-02-05 16:06:41 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-02-05 16:06:41 +0100
commit3eb31571804247a6ba51349f5a78ad7a334d3e7e (patch)
tree7e4c09331bb6aa16c0a2de2e4bca286871cf1d9c /lib
parent75c6e1fc1113984b30a4d84c1cfe6e97c70c398f (diff)
downloadabrt-3eb31571804247a6ba51349f5a78ad7a334d3e7e.tar.gz
abrt-3eb31571804247a6ba51349f5a78ad7a334d3e7e.tar.xz
abrt-3eb31571804247a6ba51349f5a78ad7a334d3e7e.zip
abrtd: fix handling of dupes (weren't deleting dup's directory); better logging
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Plugins/FileTransfer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/FileTransfer.conf b/lib/Plugins/FileTransfer.conf
index 5e231403..30769b18 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.