Tweaked the comment about log-message categories.
authorWayne Davison <wayned@samba.org>
Tue, 9 May 2006 18:30:57 +0000 (18:30 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 9 May 2006 18:30:57 +0000 (18:30 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index 3e5217c..5b1343b 100644 (file)
--- a/rsync.h
+++ b/rsync.h
        ITEM_BASIS_TYPE_FOLLOWS | ITEM_XNAME_FOLLOWS | ITEM_LOCAL_CHANGE))
 
 
-/* Log-message categories.  Only FERROR and FINFO get sent over the socket.
- * FLOG and FCLIENT are only used on the daemon side for custom logging,
- * while FNAME is only used on the client side. */
+/* Log-message categories.  Only FERROR and FINFO get sent over the socket,
+ * but FLOG and FSOCKERR can be sent over the receiver -> generator pipe.
+ * FLOG only goes to the log file, not to the client; FCLIENT is the opposite.
+ * FNAME is a client-side message when outputting a filename on its own. */
 enum logcode { FERROR=1, FINFO=2, FLOG=3, FCLIENT=4, FNAME=5, FSOCKERR=6 };
 
 /* Messages types that are sent over the message channel.  The logcode