Added result code to log

This commit is contained in:
Abdelilah El Aissaoui 2023-01-29 23:09:38 +01:00
parent e4c12cd506
commit 2a53a1739c
No known key found for this signature in database
GPG key ID: 7587FC860F594869

View file

@ -60,7 +60,7 @@ class GRemoteSession @Inject constructor(
} }
if(result != 0) if(result != 0)
throw Exception("Something went wrong with authentication") throw Exception("Something went wrong with authentication. Code $result")
this.session = session this.session = session
} }