X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=taint.c;h=6776272782cb0ffe274a71f3666ef1446bacb269;hb=fb73857aa0bfa8ed43d4d2f972c564c70a57e0c4;hp=cd9e4ec5ca899fc63af43df66ab0527a5ba1c2c6;hpb=464ed3b648d262825ad1bfc5a2e55de2507fd651;p=p5sagit%2Fp5-mst-13.2.git diff --git a/taint.c b/taint.c index cd9e4ec..6776272 100644 --- 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) {