remove the 'leftOver phantom' message - that was no error.
authorClaus Gittinger <cg@exept.de>
Sat, 07 Mar 1998 14:38:15 +0100
changeset 3331 6c55a82ec345
parent 3330 5e0af0183446
child 3332 8014b817988b
remove the 'leftOver phantom' message - that was no error.
Registry.st
--- a/Registry.st	Fri Mar 06 18:15:02 1998 +0100
+++ b/Registry.st	Sat Mar 07 14:38:15 1998 +0100
@@ -348,7 +348,7 @@
         "/ and the registeredObject has already been nilled,
         "/ but the phantom is being notified (in the other process).
 
-        'Registry [info]: leftOver phantom: ' infoPrint.
+"/        'Registry [info]: leftOver phantom: ' infoPrint.
         p infoPrintCR.
 
 "/        "tell the phantom"
@@ -383,7 +383,7 @@
     wasBlocked ifFalse:[OperatingSystem unblockInterrupts].
 
     "Modified: / 7.1.1997 / 16:56:03 / stefan"
-    "Modified: / 22.1.1998 / 14:31:00 / cg"
+    "Modified: / 7.3.1998 / 13:37:40 / cg"
 !
 
 registerChange:anObject
@@ -469,5 +469,5 @@
 !Registry class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Registry.st,v 1.49 1998-01-22 13:32:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Registry.st,v 1.50 1998-03-07 13:38:15 cg Exp $'
 ! !