[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#4553) ldap_dump_connection does not use Debug() macro but writes to stderr directly



On Wed, 2006-05-17 at 21:54 +0000, Christian.Geist@hp.com wrote:

> Calls to fprintf( stderr, ... )
> 	fprintf( stderr, "** ld %p Connection%s:\n", (void *)ld, all ? "s" : "" );
> should be replaced by Debug() macros:
> 	Debug( LDAP_DEBUG_TRACE, "** ld %p Connection%s:\n", (void *)ld, all ? "s" :
> "", 0 );

Fixed in HEAD, please test; more occurrences of fprintf() exist (e.g. in
cyrus.c code).

p.




Ing. Pierangelo Masarati
Responsabile Open Solution
OpenLDAP Core Team

SysNet s.n.c.
Via Dossi, 8 - 27100 Pavia - ITALIA
http://www.sys-net.it
------------------------------------------
Office:   +39.02.23998309          
Mobile:   +39.333.4963172
Email:    pierangelo.masarati@sys-net.it
------------------------------------------