oops
This commit is contained in:
parent
3dfe5f0152
commit
559d6cbbab
@ -271,9 +271,10 @@ class GlobalProtectConnection(
|
|||||||
# Take logind inhibitor
|
# Take logind inhibitor
|
||||||
try:
|
try:
|
||||||
await self._inhibitor.acquire()
|
await self._inhibitor.acquire()
|
||||||
except:
|
except Exception as e:
|
||||||
self.logger.warning(
|
self.logger.warning(
|
||||||
f"Unable to acquire sleep delay inhibitor. Networking will be broken on resume from suspend."
|
f"Unable to acquire sleep delay inhibitor. Networking will be broken on resume from suspend.",
|
||||||
|
e,
|
||||||
)
|
)
|
||||||
|
|
||||||
# Create subprocess
|
# Create subprocess
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user