[pypy-svn] r31442 - pypy/dist/pypy/tool

arigo at codespeak.net arigo at codespeak.net
Mon Aug 21 15:33:19 CEST 2006


Author: arigo
Date: Mon Aug 21 15:33:17 2006
New Revision: 31442

Modified:
   pypy/dist/pypy/tool/error.py
Log:
(people)
Improve error message.


Modified: pypy/dist/pypy/tool/error.py
==============================================================================
--- pypy/dist/pypy/tool/error.py	(original)
+++ pypy/dist/pypy/tool/error.py	Mon Aug 21 15:33:17 2006
@@ -69,7 +69,7 @@
     msg.append('-+' * 30)
     from pypy.annotation import model
     if model.DEBUG:
-        msg.append("Operation cannot succeed")
+        msg.append("Blocked block -- operation cannot succeed")
         _, _, operindex = annotator.why_not_annotated[block][1].break_at
         oper = block.operations[operindex]
         msg.append(" " + str(oper))



More information about the Pypy-commit mailing list