Queer European MD passionate about IT
Davte 5 년 전
부모
커밋
f52429fc4d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      filebridging/server.py

+ 1 - 0
filebridging/server.py

@@ -173,6 +173,7 @@ class Server:
             else:
                 return 0  # On success, return 0
             # On exception, disconnect and return 1
+            logging.error("Disconnecting...")
             self.disconnect(connection_token=connection_token)
             return 1