#QUALITY by cg
authorClaus Gittinger <cg@exept.de>
Wed, 29 Aug 2018 12:53:08 +0200
changeset 4296 04e13c352104
parent 4295 91ba4349b552
child 4297 1e66c13ff84b
#QUALITY by cg class: ByteCodeCompiler changed: #nameSpaceSelectorFor:
ByteCodeCompiler.st
--- a/ByteCodeCompiler.st	Tue Aug 28 03:32:19 2018 +0000
+++ b/ByteCodeCompiler.st	Wed Aug 29 12:53:08 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -2969,12 +2971,13 @@
         ns := self currentNameSpace.
         (ns notNil and:[ns ~~ Smalltalk]) ifTrue:[
             usedSym := (':',ns name,'::',aSymbol) asSymbol.
-            Transcript showCR:'compile ',aSymbol,' as ',usedSym.
+            Logger info:('compile ',aSymbol,' as ',usedSym).
         ].
     ].
     ^ usedSym.
 
     "Created: / 05-03-2007 / 13:28:59 / cg"
+    "Modified: / 29-08-2018 / 12:52:48 / Claus Gittinger"
 !
 
 removeTempVar