From d7f510ea9b960161ba4751c51f627b799a38f82a Mon Sep 17 00:00:00 2001 From: Jesse Schell Date: Wed, 1 Nov 2000 18:41:59 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/distributed/ClientRepository.py | 1 + 1 file changed, 1 insertion(+) diff --git a/direct/src/distributed/ClientRepository.py b/direct/src/distributed/ClientRepository.py index 919e3990bd..7ff88ef931 100644 --- a/direct/src/distributed/ClientRepository.py +++ b/direct/src/distributed/ClientRepository.py @@ -120,6 +120,7 @@ class ClientRepository(DirectObject.DirectObject): def handleUpdateField(self, di): # Get the DO Id doId = di.getArg(STUint32) + print("Updating " + str(doId)) # Find the DO assert(self.doId2do.has_key(doId)) do = self.doId2do[doId]