mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] print out the client version too when there is a mismatch
This commit is contained in:
parent
12c83e82bb
commit
6c12990d26
@ -1906,8 +1906,9 @@ restart:
|
||||
if (magicMatches)
|
||||
{
|
||||
DEBUG_ERROR("Expected KVMFR version %d, got %d", KVMFR_VERSION, udata->version);
|
||||
DEBUG_ERROR("Client version: %s", BUILD_VERSION);
|
||||
if (udata->version >= 2)
|
||||
DEBUG_ERROR("Host version: %s", udata->hostver);
|
||||
DEBUG_ERROR(" Host version: %s", udata->hostver);
|
||||
}
|
||||
else
|
||||
DEBUG_ERROR("Invalid KVMFR magic");
|
||||
|
Loading…
Reference in New Issue
Block a user