Browse Source

#IQBX #comment [BugFix] 字符串打印修复

gifur 2 years ago
parent
commit
ae190092d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Module/mod_accessauth/mod_AccessAuth.cpp

+ 1 - 1
Module/mod_accessauth/mod_AccessAuth.cpp

@@ -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
 		{