Cleaner approach.

This commit is contained in:
Jason Felds
2015-01-31 11:14:56 -05:00
parent 8cde91eb2e
commit 39c7e1bb45
+1 -1
View File
@@ -914,7 +914,7 @@ static void MountTreeOfZips( const RString &dir )
static void WriteLogHeader()
{
LOG->Info((RString(PRODUCT_FAMILY) + product_version).c_str());
LOG->Info("%s%s", PRODUCT_FAMILY, product_version);
#if defined(HAVE_VERSION_INFO)
LOG->Info( "Compiled %s @ %s (build %lu)", version_date, version_time, version_num );