[pypy-commit] pypy arm-backend-2: merge

bivab noreply at buildbot.pypy.org
Wed May 18 12:33:10 CEST 2011


Author: David Schneider <david.schneider at picle.org>
Branch: arm-backend-2
Changeset: r44274:d4069c95a234
Date: 2010-10-09 20:55 +0100
http://bitbucket.org/pypy/pypy/changeset/d4069c95a234/

Log:	merge

diff --git a/pypy/translator/platform/arm.py b/pypy/translator/platform/arm.py
--- a/pypy/translator/platform/arm.py
+++ b/pypy/translator/platform/arm.py
@@ -77,7 +77,7 @@
             log.message('executing sb2 ' + args)
         else:
             args = SB2ARGS + [str(executable)] + args
-            log.message('executing ' + ' '.join(args))
+            log.message('executing sb2 ' + ' '.join(args))
         returncode, stdout, stderr = _run_subprocess('sb2', args,
                                                      env)
         return ExecutionResult(returncode, stdout, stderr)


More information about the pypy-commit mailing list