You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2012/12/20 22:49:34 UTC

svn commit: r1424722 - /subversion/branches/issue-4116-dev/subversion/include/private/svn_debug.h

Author: cmpilato
Date: Thu Dec 20 21:49:34 2012
New Revision: 1424722

URL: http://svn.apache.org/viewvc?rev=1424722&view=rev
Log:
On the 'issue-4116-dev' branch: make debug output go to stderr.
(This is a not a change intended for reintegration -- just one
intended to make my life easier for a while.)

* subversion/include/private/svn_debug.h
  (SVN_DBG_OUTPUT): Change value to "stderr".

Modified:
    subversion/branches/issue-4116-dev/subversion/include/private/svn_debug.h

Modified: subversion/branches/issue-4116-dev/subversion/include/private/svn_debug.h
URL: http://svn.apache.org/viewvc/subversion/branches/issue-4116-dev/subversion/include/private/svn_debug.h?rev=1424722&r1=1424721&r2=1424722&view=diff
==============================================================================
--- subversion/branches/issue-4116-dev/subversion/include/private/svn_debug.h (original)
+++ subversion/branches/issue-4116-dev/subversion/include/private/svn_debug.h Thu Dec 20 21:49:34 2012
@@ -52,7 +52,7 @@ svn_dbg__print_props(apr_hash_t *props,
   __attribute__((format(printf, 2, 3)));
 
 /* Print to stdout. Edit this line if you need stderr.  */
-#define SVN_DBG_OUTPUT stdout
+#define SVN_DBG_OUTPUT stderr
 
 
 /* Defining this symbol in the source file, BEFORE INCLUDING THIS HEADER,