#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Mon, 07 Nov 2016 16:11:04 +0100
changeset 20878 ae8e23d9f65c
parent 20877 6610823dab1c
child 20879 e0a981ba5487
#BUGFIX by cg class: Smalltalk changed: #initializeVerboseFlags #start
Smalltalk.st
--- a/Smalltalk.st	Mon Nov 07 16:07:24 2016 +0100
+++ b/Smalltalk.st	Mon Nov 07 16:11:04 2016 +0100
@@ -755,6 +755,7 @@
     ].
 
     (idx := CommandLineArguments indexOf:'--verbose') ~~ 0 ifTrue:[
+        Object infoPrinting:true.
         Verbose := true.
         VerboseLoading := true.
         VerboseStartup := true.
@@ -4394,10 +4395,7 @@
 
         StandAlone ifFalse:[
             self initializeVerboseFlags.
-Stderr nextPutAll:'verbose is: '.
-Stderr nextPutLine:Verbose printString.
-Stderr nextPutAll:'verboseStartup is: '.
-Stderr nextPutLine:VerboseStartup printString.
+
             "/
             "/ look for any '-q', '-e', '-l' or '-f' command line arguments
             "/ and handle them;