Smalltalk.st
changeset 20841 f90e14be043e
parent 20832 81f3da354a97
child 20853 9cc798fa81e0
--- a/Smalltalk.st	Sat Nov 05 13:24:27 2016 +0100
+++ b/Smalltalk.st	Sat Nov 05 13:24:38 2016 +0100
@@ -4551,7 +4551,7 @@
 
                         NoHandlerError handle:[:ex |
                             Debugging == true ifFalse:[
-                                ex description lowLevelErrorPrintCR.
+                                ex description _errorPrintCR.
                                 (VerboseStartup or:[ObjectMemory debugPrinting]) ifTrue:[
                                     ex suspendedContext fullPrintAll.
                                 ].