*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 01 Jul 2014 14:31:26 +0200
changeset 1361 26e2d523c52a
parent 1360 a0fa8b75d11f
child 1362 4fdbb86567d1
*** empty log message ***
smalltalk.rc
--- a/smalltalk.rc	Mon Jun 30 19:28:43 2014 +0200
+++ b/smalltalk.rc	Tue Jul 01 14:31:26 2014 +0200
@@ -253,6 +253,7 @@
 openDisplay ifTrue:[
     "/ open the graphical display
     [
+	'smalltalk.rc [info]: opening display...' infoPrintCR.
 	Screen openDefaultDisplay:nil.
     ] on:Screen deviceOpenErrorSignal do:[:ex|
 	('smalltalk.rc [warning]: no display connection to: ', ex parameter printString) errorPrintCR.