Queer European MD passionate about IT
Davte 5 years ago
parent
commit
f52429fc4d
1 changed files with 1 additions and 0 deletions
  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