mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix printf format in debug output.
This commit is contained in:
parent
cd5d33a17c
commit
6b37465d94
@ -914,10 +914,10 @@ static int parseAssert (
|
||||
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG( OPERATION, ARGS,
|
||||
"parseAssert: conn %d assert: %s\n",
|
||||
"parseAssert: conn %ld assert: %s\n",
|
||||
op->o_connid, fstr.bv_len ? fstr.bv_val : "empty" , 0 );
|
||||
#else
|
||||
Debug( LDAP_DEBUG_ARGS, "parseAssert: conn %d assert: %s\n",
|
||||
Debug( LDAP_DEBUG_ARGS, "parseAssert: conn %ld assert: %s\n",
|
||||
op->o_connid, fstr.bv_len ? fstr.bv_val : "empty" , 0 );
|
||||
#endif
|
||||
op->o_tmpfree( fstr.bv_val, op->o_tmpmemctx );
|
||||
|
Loading…
Reference in New Issue
Block a user