mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/win32-vd_agent
synced 2026-01-11 08:28:32 +00:00
log: add comment to make code clearer
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
parent
1a0bc10cbe
commit
78099ae2bf
@ -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);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user