trivial: qga: Log version on start
authorKonstantin Kostiuk <kkostiuk@redhat.com>
Mon, 23 May 2022 19:16:44 +0000 (22:16 +0300)
committerKonstantin Kostiuk <kkostiuk@redhat.com>
Wed, 25 May 2022 09:12:02 +0000 (12:12 +0300)
Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20220523191644.823726-2-kkostiuk@redhat.com>
Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
qga/main.c

index 3b9546c18584678409ecf2efc7c1d0959973600c..c373fec3ee6947a9cd1c45fe3b5adaf178d53026 100644 (file)
@@ -1271,6 +1271,8 @@ static GAState *initialize_agent(GAConfig *config, int socket_activation)
     g_log_set_fatal_mask(NULL, G_LOG_LEVEL_ERROR);
     ga_enable_logging(s);
 
+    g_debug("Guest agent version %s started", QEMU_FULL_VERSION);
+
 #ifdef _WIN32
     /* On win32 the state directory is application specific (be it the default
      * or a user override). We got past the command line parsing; let's create