mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
Agreed upon log messages for sl_malloc/zn_malloc when falling back
This commit is contained in:
parent
993d377b68
commit
fa428ed259
@ -363,7 +363,7 @@ slap_sl_malloc(
|
||||
}
|
||||
|
||||
Debug(LDAP_DEBUG_TRACE,
|
||||
"slap_sl_malloc of %lu bytes falling back to ch_malloc\n",
|
||||
"sl_malloc %lu: ch_malloc\n",
|
||||
(unsigned long) size, 0, 0);
|
||||
return ch_malloc(size);
|
||||
}
|
||||
|
@ -329,7 +329,7 @@ retry:
|
||||
if ( zh->zh_maxzones < zh->zh_numzones + zh->zh_deltazones ) {
|
||||
ldap_pvt_thread_mutex_unlock( &zh->zh_mutex );
|
||||
Debug( LDAP_DEBUG_TRACE,
|
||||
"slap_zn_malloc of %lu bytes falling back to ch_malloc\n",
|
||||
"zn_malloc %lu: ch_malloc\n",
|
||||
(long)size, 0, 0);
|
||||
Debug(LDAP_DEBUG_NONE,
|
||||
"slap_zn_malloc: returning 0x%x, 0x%x\n",
|
||||
|
Loading…
Reference in New Issue
Block a user