From 36b6754e92c16e0f704ec4197c687ac46c1f7474 Mon Sep 17 00:00:00 2001 From: DenialMC Date: Wed, 8 Apr 2015 21:59:48 +0300 Subject: [PATCH] no message --- otp/distributed/OTPClientRepository.py | 1 + 1 file changed, 1 insertion(+) diff --git a/otp/distributed/OTPClientRepository.py b/otp/distributed/OTPClientRepository.py index 4518798a..3204d0dd 100644 --- a/otp/distributed/OTPClientRepository.py +++ b/otp/distributed/OTPClientRepository.py @@ -261,6 +261,7 @@ class OTPClientRepository(ClientRepositoryBase): self.__pendingMessages = {} self.__doId2pendingInterest = {} + self.centralLogger = self.generateGlobalObject(OtpDoGlobals.OTP_DO_ID_CENTRAL_LOGGER, 'CentralLogger') self.chatAgent = self.generateGlobalObject(OtpDoGlobals.OTP_DO_ID_CHAT_MANAGER, 'ChatAgent') self.csm = None # To be set by subclass.