Process.st
changeset 2130 b9e7e1cf98bd
parent 1980 173122fed8e2
child 2158 aab75d6439d0
--- a/Process.st	Fri Jan 10 18:47:55 1997 +0100
+++ b/Process.st	Fri Jan 10 18:50:55 1997 +0100
@@ -989,14 +989,14 @@
         "for some reason, the Processor was unable to create
          a VM process for me ...."
 
-        ('PROCESS: process ' , id printString , ' failed to restart.') errorPrintNL.
+        ('Process [warning]: process ' , id printString , ' failed to restart.') errorPrintCR.
         ^ nil
     ].
     processGroupId := savedGroupId.
     self resume
 
     "Created: 28.10.1996 / 20:32:34 / cg"
-    "Modified: 28.10.1996 / 20:45:08 / cg"
+    "Modified: 10.1.1997 / 18:01:13 / cg"
 !
 
 restart
@@ -1223,6 +1223,6 @@
 !Process class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Process.st,v 1.68 1996-11-15 10:46:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Process.st,v 1.69 1997-01-10 17:50:33 cg Exp $'
 ! !
 Process initialize!