|
|
@@ -1829,7 +1829,7 @@ void CAccessAuthEntity::BeginInitMKACS()
|
|
|
Error = spConfig->ReadConfigValue("AccessAuthorization", "HostInitUrl", m_strInitUrl);
|
|
|
if (Error_Succeed == Error)
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM).setAPI("BeginLoginACS")("get InitUrl=%s from CenterSetting.ini", m_strInitUrl);
|
|
|
+ DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM).setAPI("BeginLoginACS")("get InitUrl=%s from CenterSetting.ini", m_strInitUrl.GetData());
|
|
|
}
|
|
|
else
|
|
|
{
|