mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-09 16:34:45 -05:00
Delete some old (bad) statslog messages
This commit is contained in:
parent
3289dffd31
commit
e1f2ed9bc1
3 changed files with 1 additions and 24 deletions
|
|
@ -344,24 +344,6 @@ ldbm_cache_store(
|
|||
{
|
||||
int rc;
|
||||
|
||||
#ifdef LDBM_DEBUG
|
||||
Statslog( LDAP_DEBUG_STATS,
|
||||
"=> ldbm_cache_store(): key.dptr=%s, key.dsize=%d\n",
|
||||
key.dptr, key.dsize, 0, 0, 0 );
|
||||
|
||||
Statslog( LDAP_DEBUG_STATS,
|
||||
"=> ldbm_cache_store(): key.dptr=0x%08x, data.dptr=0x%0 8x\n",
|
||||
key.dptr, data.dptr, 0, 0, 0 );
|
||||
|
||||
Statslog( LDAP_DEBUG_STATS,
|
||||
"=> ldbm_cache_store(): data.dptr=%s, data.dsize=%d\n",
|
||||
data.dptr, data.dsize, 0, 0, 0 );
|
||||
|
||||
Statslog( LDAP_DEBUG_STATS,
|
||||
"=> ldbm_cache_store(): flags=0x%08x\n",
|
||||
flags, 0, 0, 0, 0 );
|
||||
#endif /* LDBM_DEBUG */
|
||||
|
||||
db->dbc_dirty = 1;
|
||||
rc = ldbm_store( db->dbc_db, key, data, flags );
|
||||
|
||||
|
|
|
|||
|
|
@ -308,11 +308,6 @@ idl_store(
|
|||
flags = LDBM_REPLACE;
|
||||
rc = ldbm_cache_store( db, key, data, flags );
|
||||
|
||||
#ifdef LDBM_DEBUG
|
||||
Statslog( LDAP_DEBUG_STATS, "<= idl_store(): rc=%d\n",
|
||||
rc, 0, 0, 0, 0 );
|
||||
#endif
|
||||
|
||||
/* Debug( LDAP_DEBUG_TRACE, "<= idl_store %d\n", rc, 0, 0 ); */
|
||||
return( rc );
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1624,7 +1624,7 @@ slapd_daemon_task(
|
|||
SLAP_STRING_UNKNOWN ))
|
||||
{
|
||||
/* DENY ACCESS */
|
||||
Statslog( LDAP_DEBUG_ANY,
|
||||
Statslog( LDAP_DEBUG_STATS,
|
||||
"fd=%ld host access from %s (%s) denied.\n",
|
||||
(long) s,
|
||||
dnsname != NULL ? dnsname : SLAP_STRING_UNKNOWN,
|
||||
|
|
|
|||
Loading…
Reference in a new issue