Smalltalk.st
changeset 9104 c86073f4e3c2
parent 9090 19cfbd910506
child 9199 c4b24602dbdb
--- a/Smalltalk.st	Wed Feb 08 19:27:36 2006 +0100
+++ b/Smalltalk.st	Wed Feb 08 23:21:22 2006 +0100
@@ -6116,7 +6116,7 @@
         ].
     ].
     packageDir isNil ifTrue:[
-        ('Smalltalk [warning]: cannot find packageDirectory: ' , packageDir name) errorPrintCR.
+        ('Smalltalk [warning]: cannot find packageDirectory for: ' , aPackageId) errorPrintCR.
         ^ false
     ].
 
@@ -6641,5 +6641,5 @@
 !Smalltalk class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.709 2006-02-03 15:34:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.710 2006-02-08 22:21:22 cg Exp $'
 ! !