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:
Frediano Ziglio 2017-07-24 14:57:31 +01:00
parent 1a0bc10cbe
commit 78099ae2bf

View File

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