Added result code to log
This commit is contained in:
parent
e4c12cd506
commit
2a53a1739c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue