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