[pypy-commit] pypy default: (antocuni, rguillebert): this file has been renamed long time ago

antocuni noreply at buildbot.pypy.org
Sat Aug 31 16:33:47 CEST 2013


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r66724:627bd9d22760
Date: 2013-08-31 16:30 +0200
http://bitbucket.org/pypy/pypy/changeset/627bd9d22760/

Log:	(antocuni, rguillebert): this file has been renamed long time ago

diff --git a/rpython/translator/c/src/mem.c b/rpython/translator/c/src/mem.c
--- a/rpython/translator/c/src/mem.c
+++ b/rpython/translator/c/src/mem.c
@@ -49,7 +49,7 @@
   if (count > 0)
     {
       char *env = getenv("PYPY_ALLOC");
-      fprintf(stderr, "debug_alloc.h: %ld mallocs left", count);
+      fprintf(stderr, "mem.c: %ld mallocs left", count);
       if (env && *env)
         {
           fprintf(stderr, " (most recent first):\n");


More information about the pypy-commit mailing list