diff --git a/hblink.py b/hblink.py index 83b67ad..01464b6 100755 --- a/hblink.py +++ b/hblink.py @@ -729,6 +729,7 @@ class reportFactory(Factory): def send_config(self): serialized = pickle.dumps(self._config['SYSTEMS'], protocol=2) #.decode('utf-8', errors='ignore') #pickle.HIGHEST_PROTOCOL) + logger.debug('(REPORT) Send config') self.send_clients(b''.join([REPORT_OPCODES['CONFIG_SND'], serialized]))