فهرست منبع

*** empty log message ***

Jesse Schell 25 سال پیش
والد
کامیت
d7f510ea9b
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      direct/src/distributed/ClientRepository.py

+ 1 - 0
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]