Fix warning.
This commit is contained in:
@@ -507,7 +507,8 @@ bool ProfileManager::DeleteLocalProfile( RString sProfileID )
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
LOG->Warn( ssprintf("[ProfileManager::DeleteLocalProfile] DeleteRecursive(%s) failed",sProfileID.c_str()) );
|
LOG->Warn("[ProfileManager::DeleteLocalProfile] DeleteRecursive(%s) failed",
|
||||||
|
sProfileID.c_str() );
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user