]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
rephrase
authorAndreas Gustafsson <source@isc.org>
Tue, 20 Feb 2001 22:03:15 +0000 (22:03 +0000)
committerAndreas Gustafsson <source@isc.org>
Tue, 20 Feb 2001 22:03:15 +0000 (22:03 +0000)
lib/isc/mem.c

index 807f63b97eb2df6730a96bd9fa0a0bdaa399e89e..9feb700b29cc2a0c62beeba9cf5701062c30294d 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: mem.c,v 1.75.2.3 2001/02/20 22:02:02 gson Exp $ */
+/* $Id: mem.c,v 1.75.2.4 2001/02/20 22:03:15 gson Exp $ */
 
 #include <config.h>
 
@@ -1404,7 +1404,8 @@ isc_mempool_destroy(isc_mempool_t **mpctxp) {
 #if ISC_MEMPOOL_NAMES
        if (mpctx->allocated > 0)
                UNEXPECTED_ERROR(__FILE__, __LINE__,
-                                "isc_mempool_destroy(): mempool %s leaked",
+                                "isc_mempool_destroy(): mempool %s "
+                                "leaked memory",
                                 mpctx->name);
 #endif
        REQUIRE(mpctx->allocated == 0);