mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-26 16:46:28 +00:00
[client] print out the client version too when there is a mismatch
This commit is contained in:
parent
12c83e82bb
commit
6c12990d26
@ -1906,6 +1906,7 @@ 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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user