Author: Philip Jenvey <[email protected]> Branch: Changeset: r196:fb3c02eecc9a Date: 2012-03-09 17:25 -0800 http://bitbucket.org/pypy/jitviewer/changeset/fb3c02eecc9a/
Log: use .pypylog here too diff --git a/_jitviewer/app.py b/_jitviewer/app.py --- a/_jitviewer/app.py +++ b/_jitviewer/app.py @@ -14,7 +14,7 @@ To produce the logfile for your program, run: - PYPYLOG=jit-log-opt,jit-backend:mylogfile.log pypy myapp.py + PYPYLOG=jit-log-opt,jit-backend:mylogfile.pypylog pypy myapp.py """ import sys _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
