Add newly moved perl/ext/Thread/... files to MANIFEST.
[p5sagit/p5-mst-13.2.git] / taint.c
diff --git a/taint.c b/taint.c
index cd9e4ec..6776272 100644 (file)
--- a/taint.c
+++ b/taint.c
@@ -14,7 +14,7 @@ char *s;
 {
     char *ug;
 
-    DEBUG_u(PerlIO_printf(PerlIO_stderr(),
+    DEBUG_u(PerlIO_printf(Perl_debug_log,
             "%s %d %d %d\n", s, tainted, uid, euid));
 
     if (tainted) {