]> git.sur5r.net Git - openldap/commitdiff
agreed upon log messages
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 19 Apr 2010 22:58:45 +0000 (22:58 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 19 Apr 2010 22:58:45 +0000 (22:58 +0000)
servers/slapd/sl_malloc.c
servers/slapd/zn_malloc.c

index a295483068cefd5fecf7bb17e03cf65a96dffa77..011507527409ed77d676b021099fd24dd1d3a406 100644 (file)
@@ -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);
                }
index 54f92e3441364676fc106567000242c10b57583f..cf7e17950a49fd46e1b00b6691e3c8e8800e2dc7 100644 (file)
@@ -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",