[Spice-devel] [vdagent-win PATCH] log: add comment to make clear code

Frediano Ziglio fziglio at redhat.com
Mon Jul 24 13:57:40 UTC 2017


Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 common/vdlog.cpp | 2 ++
 1 file changed, 2 insertions(+)

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);
 }
-- 
2.13.3



More information about the Spice-devel mailing list