ClientRepositoryBase should use notify instead of print to output debug info.
This commit is contained in:
parent
089b11b466
commit
e5bb27b46b
|
|
@ -264,7 +264,7 @@ class ClientRepositoryBase(ConnectionRepository):
|
|||
distObj.setLocation(parentId, zoneId)
|
||||
distObj.updateRequiredFields(dclass, di)
|
||||
# updateRequiredFields calls announceGenerate
|
||||
print "New DO:%s, dclass:%s"%(doId, dclass.getName())
|
||||
self.notify.debug("New DO:%s, dclass:%s" % (doId, dclass.getName()))
|
||||
return distObj
|
||||
|
||||
def generateWithRequiredOtherFields(self, dclass, doId, di,
|
||||
|
|
|
|||
Loading…
Reference in New Issue