mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] report the host version on mismatch if possible
This commit is contained in:
parent
6d296f2b44
commit
d7921c5d5f
@ -1483,7 +1483,11 @@ static int lg_run()
|
|||||||
DEBUG_ERROR("Please install the matching host application for this client");
|
DEBUG_ERROR("Please install the matching host application for this client");
|
||||||
|
|
||||||
if (magicMatches)
|
if (magicMatches)
|
||||||
|
{
|
||||||
DEBUG_ERROR("Expected KVMFR version %d, got %d", KVMFR_VERSION, udata->version);
|
DEBUG_ERROR("Expected KVMFR version %d, got %d", KVMFR_VERSION, udata->version);
|
||||||
|
if (udata->version >= 2)
|
||||||
|
DEBUG_ERROR("Host version: %s", udata->hostver);
|
||||||
|
}
|
||||||
else
|
else
|
||||||
DEBUG_ERROR("Invalid KVMFR magic");
|
DEBUG_ERROR("Invalid KVMFR magic");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user