From: Howard Chu Date: Fri, 31 Jan 2003 22:45:19 +0000 (+0000) Subject: ber_flush shouldn't be logging with _ANY, changed to _TRACE X-Git-Tag: NO_SLAP_OP_BLOCKS~455 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5354dbf269afdf9effac9f4033bb19dc420ca7e2;p=openldap ber_flush shouldn't be logging with _ANY, changed to _TRACE --- diff --git a/libraries/liblber/io.c b/libraries/liblber/io.c index 533cac82f8..7dc2fa82b5 100644 --- a/libraries/liblber/io.c +++ b/libraries/liblber/io.c @@ -217,7 +217,7 @@ ber_flush( Sockbuf *sb, BerElement *ber, int freeit ) BER_DUMP(( "liblber", LDAP_LEVEL_DETAIL2, ber, 1 )); #else - ber_log_printf( LDAP_DEBUG_ANY, sb->sb_debug, + ber_log_printf( LDAP_DEBUG_TRACE, sb->sb_debug, "ber_flush: %ld bytes to sd %ld%s\n", towrite, (long) sb->sb_fd, ber->ber_rwptr != ber->ber_buf ? " (re-flush)" : "" );