SmalltalkChunkFileSourceWriter.st
changeset 14378 3f49f1548631
parent 14326 8a38e1eb88aa
child 14409 6f53326ef2da
--- a/SmalltalkChunkFileSourceWriter.st	Mon Oct 08 14:34:01 2012 +0200
+++ b/SmalltalkChunkFileSourceWriter.st	Tue Oct 09 14:13:20 2012 +0200
@@ -360,7 +360,7 @@
                         aMethod selector isSymbol ifTrue:[
                             interestingMethods add:aMethod
                         ] ifFalse:[
-                            Transcript showCR:'skipping non-symbol method ',aMethod selector.
+                            Transcript showCR:'skipping non-symbol method ', aMethod selector printString.
                         ].
                     ].
                 ]
@@ -546,7 +546,7 @@
 !SmalltalkChunkFileSourceWriter class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/SmalltalkChunkFileSourceWriter.st,v 1.16 2012-08-21 17:48:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SmalltalkChunkFileSourceWriter.st,v 1.17 2012-10-09 12:13:20 stefan Exp $'
 !
 
 version_SVN