From 7f888171f776c17966f577a570a82045211766d8 Mon Sep 17 00:00:00 2001 From: Gary Williams Date: Thu, 12 Oct 2000 21:14:43 +0000 Subject: [PATCH] update logging --- libraries/liblber/decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/liblber/decode.c b/libraries/liblber/decode.c index 4cdf7824ad..1493477cb3 100644 --- a/libraries/liblber/decode.c +++ b/libraries/liblber/decode.c @@ -494,7 +494,7 @@ ber_scanf ( BerElement *ber, fmt_reset = fmt; - LDAP_LOG( "LIBLBER", LDAP_LEVEL_ENTRY, "ber_scanf fmt (%s) ber:\n", fmt ); + LDAP_LOG(( "LIBLBER", LDAP_LEVEL_ENTRY, "ber_scanf fmt (%s) ber:\n", fmt )); ber_log_printf( LDAP_DEBUG_TRACE, ber->ber_debug, "ber_scanf fmt (%s) ber:\n", fmt ); -- 2.39.5