]> git.feebdaed.xyz Git - 0xmirror/civetweb.git/commitdiff
Use `stderr` for `DEBUG_TRACE_STREAM`
authorstevenwdv <stevenwdv@users.noreply.github.com>
Thu, 6 Mar 2025 10:53:40 +0000 (11:53 +0100)
committerGitHub <noreply@github.com>
Thu, 6 Mar 2025 10:53:40 +0000 (11:53 +0100)
Closes #1330

src/civetweb.c

index 2ee166cfb8fef7267d1459efefac9aa67d17cf44..c6366547e664097e230285269a1440a66484f2c4 100644 (file)
@@ -239,7 +239,7 @@ static void DEBUG_TRACE_FUNC(const char *func,
 
 #define NEED_DEBUG_TRACE_FUNC
 #if !defined(DEBUG_TRACE_STREAM)
-#define DEBUG_TRACE_STREAM stdout
+#define DEBUG_TRACE_STREAM stderr
 #endif
 
 #else