]> granicus.if.org Git - python/commitdiff
_PyObject_DebugDumpAddress(): clarify an output message.
authorTim Peters <tim.peters@gmail.com>
Fri, 12 Apr 2002 07:43:07 +0000 (07:43 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 12 Apr 2002 07:43:07 +0000 (07:43 +0000)
Objects/obmalloc.c

index b29758c4f173aa7313178c1175e24000359d4a62..dcef1c559a8429dfaf395379f5a6f8ad39240463 100644 (file)
@@ -1102,7 +1102,7 @@ _PyObject_DebugDumpAddress(const void *p)
                return;
 
        nbytes = read4(q-8);
-       fprintf(stderr, "    %lu bytes originally allocated\n", nbytes);
+       fprintf(stderr, "    %lu bytes originally requested\n", nbytes);
 
        /* In case this is nuts, check the pad bytes before trying to read up
           the serial number (the address deref could blow up). */