mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 19:42:45 +00:00
Update GFE error message to be more clear
This commit is contained in:
parent
640255efb2
commit
59b2449cdc
@ -23,6 +23,6 @@ public class GfeHttpResponseException extends IOException {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getMessage() {
|
public String getMessage() {
|
||||||
return "GFE error: "+errorMsg+" (Error code: "+errorCode+")";
|
return "GeForce Experience returned error: "+errorMsg+" (Error code: "+errorCode+")";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user