#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Sun, 09 Oct 2016 12:17:21 +0200
changeset 20576 96eacca3debf
parent 20575 b3f2276a01eb
child 20580 bb4e5c4f84ef
child 20581 a84d4217a951
#UI_ENHANCEMENT by cg class: StandaloneStartup changed: #start
StandaloneStartup.st
--- a/StandaloneStartup.st	Sun Oct 09 12:15:43 2016 +0200
+++ b/StandaloneStartup.st	Sun Oct 09 12:17:21 2016 +0200
@@ -1110,9 +1110,10 @@
         self loadRemainingClassLibraries.
 
         Smalltalk isStandAloneApp ifTrue:[
+            self verboseInfo:'loxking for patches'.
             self loadPatches.
-            self verboseInfo:'setup Smalltalk'.
         ].
+        self verboseInfo:'setup Smalltalk'.
         self setupSmalltalkFromArguments:CommandLineArguments.
         self main:CommandLineArguments
     ].