mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] report the host version on mismatch if possible
This commit is contained in:
@@ -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");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user