diff -r e03cd7bc3475 -r b9e7e1cf98bd Process.st --- 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!