smalltalk.rc
changeset 1361 26e2d523c52a
parent 1358 7ea72a25a3d6
child 1362 4fdbb86567d1
--- 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.