Author: julianfoad
Date: Thu May 12 19:52:29 2011
New Revision: 1102443

URL: http://svn.apache.org/viewvc?rev=1102443&view=rev
Log:
* subversion/svnserve/main.c
  (redirect_stdout): Make the doc string say what it does.

Modified:
    subversion/trunk/subversion/svnserve/main.c

Modified: subversion/trunk/subversion/svnserve/main.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/svnserve/main.c?rev=1102443&r1=1102442&r2=1102443&view=diff
==============================================================================
--- subversion/trunk/subversion/svnserve/main.c (original)
+++ subversion/trunk/subversion/svnserve/main.c Thu May 12 19:52:29 2011
@@ -305,7 +305,9 @@ static void sigchld_handler(int signo)
 }
 #endif
 
-/* In tunnel or inetd mode, we don't want hook scripts corrupting the
+/* Redirect stdout to stderr.  ARG is the pool.
+ *
+ * In tunnel or inetd mode, we don't want hook scripts corrupting the
  * data stream by sending data to stdout, so we need to redirect
  * stdout somewhere else.  Sending it to stderr is acceptable; sending
  * it to /dev/null is another option, but apr doesn't provide a way to


Reply via email to