Queer European MD passionate about IT
Davte 5 vuotta sitten
vanhempi
sitoutus
f52429fc4d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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