diff --git a/client/src/main.c b/client/src/main.c index 27e73ba3..15ddd7f0 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -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");