ProjectDefinition.st
changeset 20604 b648faace1ab
parent 20601 2308f69ba99c
child 20605 0976069c6263
--- a/ProjectDefinition.st	Wed Oct 12 15:28:07 2016 +0200
+++ b/ProjectDefinition.st	Wed Oct 12 15:29:11 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006 by eXept Software AG
               All Rights Reserved
@@ -5580,7 +5582,7 @@
 
     (self infoPrinting and:[Smalltalk silentLoading not]) ifTrue:[
         "/ thisContext fullPrintAll.
-        Transcript show:'unloading '; showCR:self name.
+        Logger info:'unloading %1' with:self name.
     ].
 
     self activityNotification:'Executing pre-unload action'.
@@ -6935,7 +6937,7 @@
 !
 
 unloadClassLibrary
-    Transcript showCR:'unloading not yet fully supported'
+    Logger warning:'unloading not yet fully supported'
 !
 
 unloadSubProjects