LOG->Info takes a char*, not an RString.
This commit is contained in:
+1
-1
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user