allow subclasses to override disable-failed logging

This commit is contained in:
Darren Ranalli 2005-12-17 01:48:51 +00:00
parent 58484fd621
commit 24cfaaea3f

View File

@ -430,6 +430,9 @@ class ClientRepository(ConnectionRepository):
else:
distObj.deleteOrDelay()
else:
self._logFailedDisable(doId, ownerView)
def _logFailedDisable(self, doId, ownerView):
ClientRepository.notify.warning(
"Disable failed. DistObj "
+ str(doId) +