[Spice-commits] common/vdlog.cpp

Frediano Ziglio fziglio at kemper.freedesktop.org
Mon Jul 24 15:47:54 UTC 2017


 common/vdlog.cpp |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 78099ae2bf60f54ad87d51e1e193b8a5d8a4327f
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Mon Jul 24 14:57:31 2017 +0100

    log: add comment to make code clearer
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/common/vdlog.cpp b/common/vdlog.cpp
index f18f59b..b9ae93f 100644
--- a/common/vdlog.cpp
+++ b/common/vdlog.cpp
@@ -81,5 +81,7 @@ void VDLog::printf(const char* format, ...)
 void log_version()
 {
     // print same version as resource one
+    // RC_PRODUCTVERSION contains 4 numbers separated by commas (resource
+    // version information source format).
     vd_printf("%u.%u.%u.%u", RC_PRODUCTVERSION);
 }


More information about the Spice-commits mailing list