host.rc
changeset 123 a974136fe017
parent 119 1f4f557d14a4
child 165 bb77927038c7
--- a/host.rc	Wed Jul 03 00:21:49 1996 +0200
+++ b/host.rc	Mon Jul 15 17:07:08 1996 +0200
@@ -35,12 +35,12 @@
 
 host := OperatingSystem getHostName.
 host isNil ifTrue:[
-    'cannot determine host I am running on' errorPrintNewline.
+    'cannot determine host I am running on' errorPrintCR.
 ] ifFalse:[
     "if there is a corresponding file ..."
 
     (Smalltalk at:#'_ImageHostName') ~= host ifTrue:[
-	('trying host setup h_' , host , '.rc ...') errorPrintNewline.
+	('trying host setup h_' , host , '.rc ...') infoPrintCR.
 
 	s := Smalltalk systemFileStreamFor:('h_' , host , '.rc').
 	s notNil ifTrue:[