ProcessorScheduler.st
changeset 20054 3ff648ee6a40
parent 20053 b46edac25a4e
child 20055 04ca6d9e3268
--- a/ProcessorScheduler.st	Thu Jun 30 12:16:57 2016 +0200
+++ b/ProcessorScheduler.st	Thu Jun 30 13:41:48 2016 +0200
@@ -3105,7 +3105,7 @@
 "/                    (timeoutHandlerProcess notNil and:[timeoutHandlerProcess isDead not]) ifTrue:[
 "/                        timeoutHandlerProcess interruptWith:block.
 "/                    ] ifFalse:[
-                        ('ProcessorScheduler [warning]: cannot evaluate timedBlock (', firstBlockToEvaluate displayString, ') for dead process: ''' , p name , '''') infoPrintCR.
+                        ('ProcessorScheduler [warning]: cannot evaluate timedBlock (', firstBlockToEvaluate displayString, ') for dead process: ''' , firstProcess name , '''') infoPrintCR.
 "/                    ].
                 ] ifFalse:[
                     firstProcess interruptWith:firstBlockToEvaluate