stas 2003/04/02 22:39:49
Modified: xs modperl_xs_util.h
Log:
backout this trace for now till the problem is resolved, unfortunately we
have a broken dependency check :(
Revision Changes Path
1.15 +0 -3 modperl-2.0/xs/modperl_xs_util.h
Index: modperl_xs_util.h
===================================================================
RCS file: /home/cvs/modperl-2.0/xs/modperl_xs_util.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- modperl_xs_util.h 3 Apr 2003 06:21:42 -0000 1.14
+++ modperl_xs_util.h 3 Apr 2003 06:39:48 -0000 1.15
@@ -84,9 +84,6 @@
while (MARK <= SP) { \
apr_ssize_t wlen; \
char *buf = SvPV(*MARK, wlen); \
- MP_TRACE_f(MP_FUNC, " %s\n\n\tbuffer out: %d bytes\n", \
- ((modperl_filter_ctx_t *)obj->f->ctx)->handler->name, \
- wlen); \
apr_status_t rv = func(aTHX_ obj, buf, &wlen); \
if (rv != APR_SUCCESS) { \
Perl_croak(aTHX_ modperl_apr_strerror(rv)); \