From f0758768b9717b44a93d267eeaf900253b5f6d43 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Tue, 9 Apr 2019 16:30:07 +1000 Subject: [PATCH] [c-host] show the build version --- c-host/src/app.c | 1 + 1 file changed, 1 insertion(+) diff --git a/c-host/src/app.c b/c-host/src/app.c index c540881b..d779ce35 100644 --- a/c-host/src/app.c +++ b/c-host/src/app.c @@ -260,6 +260,7 @@ int app_main() uint8_t * shmemMap = NULL; int exitcode = 0; + DEBUG_INFO("Looking Glass Host (" BUILD_VERSION ")"); DEBUG_INFO("IVSHMEM Size : %u MiB", shmemSize / 1048576); if (!os_shmemMmap((void **)&shmemMap) || !shmemMap) {