changed: #cmd_use:
authorClaus Gittinger <cg@exept.de>
Tue, 06 Dec 2011 13:38:19 +0100
changeset 13853 ad3ea3b6a541
parent 13852 4bdc4f1dc3e3
child 13854 cd43a7823f9b
changed: #cmd_use:
ReadEvalPrintLoop.st
--- a/ReadEvalPrintLoop.st	Tue Dec 06 13:38:10 2011 +0100
+++ b/ReadEvalPrintLoop.st	Tue Dec 06 13:38:19 2011 +0100
@@ -254,7 +254,7 @@
         ].
     ].
     ok ifFalse:[
-        ('Failed to load package: ',pkg) infoPrintCR.
+        ('Failed to load package: "',pkg,'"') infoPrintCR.
     ].
 
     "Created: / 07-12-2006 / 19:07:56 / cg"
@@ -386,9 +386,9 @@
 !ReadEvalPrintLoop class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.30 2011-12-06 12:38:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.31 2011-12-06 12:38:19 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.30 2011-12-06 12:38:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.31 2011-12-06 12:38:19 cg Exp $'
 ! !