#TUNING by cg
authorClaus Gittinger <cg@exept.de>
Mon, 17 Sep 2018 11:14:24 +0200
changeset 23353 8243f9dd696d
parent 23352 cebb9c179dbf
child 23354 bcd17ecee2c6
#TUNING by cg class: StandaloneStartup class changed: #printInfo:
StandaloneStartup.st
--- a/StandaloneStartup.st	Fri Sep 14 21:53:10 2018 +0200
+++ b/StandaloneStartup.st	Mon Sep 17 11:14:24 2018 +0200
@@ -418,8 +418,11 @@
 printInfo:msg
     "print an informal message using the logger"
     
-    ('%1 [info]: ' bindWith:(self applicationName)) infoPrint.
+    self applicationName infoPrint.
+    ' [info]: ' infoPrint.
     msg asString infoPrintCR.
+
+    "Modified: / 17-09-2018 / 11:08:23 / Claus Gittinger"
 !
 
 redirectStandardStreams