Author: Antonio Cuni <[email protected]>
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");
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to