LOG->Info takes a char*, not an RString.

This commit is contained in:
Kyzentun
2015-01-30 23:41:59 -07:00
parent 86410a0570
commit 09eede311c
+1 -1
View File
@@ -914,7 +914,7 @@ static void MountTreeOfZips( const RString &dir )
static void WriteLogHeader()
{
LOG->Info( RString(PRODUCT_FAMILY) + product_version );
LOG->Info((RString(PRODUCT_FAMILY) + product_version).c_str());
#if defined(HAVE_VERSION_INFO)
LOG->Info( "Compiled %s @ %s (build %lu)", version_date, version_time, version_num );