From: Quanah Gibson-Mount Date: Mon, 19 Apr 2010 22:58:45 +0000 (+0000) Subject: agreed upon log messages X-Git-Tag: OPENLDAP_REL_ENG_2_4_22~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=916b02e4af39bfc628681e83a14698ced2342af4;p=openldap agreed upon log messages --- diff --git a/servers/slapd/sl_malloc.c b/servers/slapd/sl_malloc.c index a295483068..0115075274 100644 --- a/servers/slapd/sl_malloc.c +++ b/servers/slapd/sl_malloc.c @@ -366,7 +366,7 @@ slap_sl_malloc( } } else { Debug( LDAP_DEBUG_TRACE, - "slap_sl_malloc of %lu bytes, falling back to ch_malloc\n", + "sl_malloc %lu: ch_malloc\n", (long)size, 0, 0); return (void*)ch_malloc(size); } diff --git a/servers/slapd/zn_malloc.c b/servers/slapd/zn_malloc.c index 54f92e3441..cf7e17950a 100644 --- a/servers/slapd/zn_malloc.c +++ b/servers/slapd/zn_malloc.c @@ -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\n", (long)size, 0, 0); Debug(LDAP_DEBUG_NONE, "slap_zn_malloc: returning 0x%x, 0x%x\n",