Filesending debugging

This commit is contained in:
artem30801
2019-12-29 20:07:03 +03:00
parent 44bf471385
commit 239f32a616
2 changed files with 17 additions and 25 deletions

View File

@@ -75,7 +75,8 @@ class Server(messaging.Singleton):
self.time_started = time.time()
logging.info("Starting server with id: {} on {}:{} !".format(self.id, self.ip, self.config.server_port))
logging.info("Starting server with id: {} on {}:{} ({})!".format(self.id, self.ip, self.config.server_port,
socket.gethostname()))
logging.info("Binding server socket!")
self.server_socket.bind((self.ip, self.config.server_port))