aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2009-12-12 08:54:36 -0800
committerWayne Davison <wayned@samba.org>2009-12-12 08:54:36 -0800
commit0c2e8f93643fd94a8d388e4373c30331d0af75b4 (patch)
treeecabea325285f7094fab5adf98e68b53f41af734 /options.c
parent24079e988fc31af4eba56cd2701fdc5a4154980d (diff)
downloadandroid_external_rsync-0c2e8f93643fd94a8d388e4373c30331d0af75b4.tar.gz
android_external_rsync-0c2e8f93643fd94a8d388e4373c30331d0af75b4.tar.bz2
android_external_rsync-0c2e8f93643fd94a8d388e4373c30331d0af75b4.zip
Don't send MSG_ERROR_EXIT messages at the end of the transfer.
Added some debug output for MSG_ERROR_EXIT messages.
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index b307adf1..1f8f5721 100644
--- a/options.c
+++ b/options.c
@@ -271,7 +271,7 @@ static struct output_struct debug_words[COUNT_DEBUG+1] = {
DEBUG_WORD(DEL, W_REC, "Debug delete actions (levels 1-3)"),
DEBUG_WORD(DELTASUM, W_SND|W_REC, "Debug delta-transfer checksumming (levels 1-4)"),
DEBUG_WORD(DUP, W_REC, "Debug weeding of duplicate names"),
- DEBUG_WORD(EXIT, W_CLI|W_SRV, "Debug exit events (levels 1-2)"),
+ DEBUG_WORD(EXIT, W_CLI|W_SRV, "Debug exit events (levels 1-3)"),
DEBUG_WORD(FILTER, W_SND|W_REC, "Debug filter actions (levels 1-2)"),
DEBUG_WORD(FLIST, W_SND|W_REC, "Debug file-list operations (levels 1-4)"),
DEBUG_WORD(FUZZY, W_REC, "Debug fuzzy scoring (levels 1-2)"),