|
@@ -159,11 +159,11 @@ struct StageReportTask :public ITaskSp {
|
|
|
const std::string elem = tmpDetail.substr(pos, (len - pos) > each_size ? each_size : std::string::npos);
|
|
|
pos = (++times) * each_size;
|
|
|
contents.push_back(elem);
|
|
|
- LogWarn(Severity_Middle, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO,
|
|
|
+ LogWarn(Severity_Low, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO,
|
|
|
CSimpleStringA::Format("[%d]%s", times, elem.c_str()));
|
|
|
}
|
|
|
} else {
|
|
|
- LogWarn(Severity_Middle, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO, errDetail.c_str());
|
|
|
+ LogWarn(Severity_Low, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO, errDetail.c_str());
|
|
|
}
|
|
|
}
|
|
|
Dbg("StageReport Connect Failed(%d).", result.statusCode);
|
|
@@ -291,11 +291,11 @@ struct TimeSynTask : ITaskSp {
|
|
|
const std::string elem = tmpDetail.substr(pos, (len - pos) > each_size ? each_size : std::string::npos);
|
|
|
pos = (++times) * each_size;
|
|
|
contents.push_back(elem);
|
|
|
- LogWarn(Severity_Middle, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO,
|
|
|
+ LogWarn(Severity_Low, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO,
|
|
|
CSimpleStringA::Format("[%d]%s", times, elem.c_str()));
|
|
|
}
|
|
|
} else {
|
|
|
- LogWarn(Severity_Middle, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO, errDetail.c_str());
|
|
|
+ LogWarn(Severity_Low, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO, errDetail.c_str());
|
|
|
}
|
|
|
}
|
|
|
m_fsm->doWarnMsg(ERROR_ACCESSAUTH_CONNECT_ACS,
|
|
@@ -415,11 +415,11 @@ struct LockStateTask : ITaskSp {
|
|
|
const std::string elem = tmpDetail.substr(pos, (len - pos) > each_size ? each_size : std::string::npos);
|
|
|
pos = (++times) * each_size;
|
|
|
contents.push_back(elem);
|
|
|
- LogWarn(Severity_Middle, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO,
|
|
|
+ LogWarn(Severity_Low, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO,
|
|
|
CSimpleStringA::Format("[%d]%s", times, elem.c_str()));
|
|
|
}
|
|
|
} else {
|
|
|
- LogWarn(Severity_Middle, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO, errDetail.c_str());
|
|
|
+ LogWarn(Severity_Low, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO, errDetail.c_str());
|
|
|
}
|
|
|
}
|
|
|
m_fsm->doWarnMsg(ERROR_ACCESSAUTH_CONNECT_ACS,
|
|
@@ -569,11 +569,11 @@ struct UpdateWKTask : ITaskSp {
|
|
|
const std::string elem = tmpDetail.substr(pos, (len - pos) > each_size ? each_size : std::string::npos);
|
|
|
pos = (++times) * each_size;
|
|
|
contents.push_back(elem);
|
|
|
- LogWarn(Severity_Middle, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO,
|
|
|
+ LogWarn(Severity_Low, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO,
|
|
|
CSimpleStringA::Format("[%d]%s", times, elem.c_str()));
|
|
|
}
|
|
|
} else {
|
|
|
- LogWarn(Severity_Middle, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO, errDetail.c_str());
|
|
|
+ LogWarn(Severity_Low, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO, errDetail.c_str());
|
|
|
}
|
|
|
}
|
|
|
m_fsm->doWarnMsg(ERROR_ACCESSAUTH_CONNECT_ACS,
|
|
@@ -649,11 +649,11 @@ struct UpdateWKTask : ITaskSp {
|
|
|
const std::string elem = tmpDetail.substr(pos, (len - pos) > each_size ? each_size : std::string::npos);
|
|
|
pos = (++times) * each_size;
|
|
|
contents.push_back(elem);
|
|
|
- LogWarn(Severity_Middle, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO,
|
|
|
+ LogWarn(Severity_Low, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO,
|
|
|
CSimpleStringA::Format("[%d]%s", times, elem.c_str()));
|
|
|
}
|
|
|
} else {
|
|
|
- LogWarn(Severity_Middle, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO, errDetail.c_str());
|
|
|
+ LogWarn(Severity_Low, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO, errDetail.c_str());
|
|
|
}
|
|
|
}
|
|
|
m_fsm->doWarnMsg(ERROR_ACCESSAUTH_CONNECT_ACS,
|
|
@@ -851,11 +851,11 @@ struct GetTokenTask : ITaskSp {
|
|
|
const std::string elem = tmpDetail.substr(pos, (len - pos) > each_size ? each_size : std::string::npos);
|
|
|
pos = (++times) * each_size;
|
|
|
contents.push_back(elem);
|
|
|
- LogWarn(Severity_Middle, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO,
|
|
|
+ LogWarn(Severity_Low, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO,
|
|
|
CSimpleStringA::Format("[%d]%s", times, elem.c_str()));
|
|
|
}
|
|
|
} else {
|
|
|
- LogWarn(Severity_Middle, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO, errDetail.c_str());
|
|
|
+ LogWarn(Severity_Low, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO, errDetail.c_str());
|
|
|
}
|
|
|
}
|
|
|
m_fsm->doWarnMsg(ERROR_ACCESSAUTH_CONNECT_ACS,
|
|
@@ -1028,11 +1028,11 @@ struct InitDeviceTask :public ITaskSp {
|
|
|
const std::string elem = tmpDetail.substr(pos, (len - pos) > each_size ? each_size : std::string::npos);
|
|
|
pos = (++times) * each_size;
|
|
|
contents.push_back(elem);
|
|
|
- LogWarn(Severity_Middle, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO,
|
|
|
+ LogWarn(Severity_Low, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO,
|
|
|
CSimpleStringA::Format("[%d]%s", times, elem.c_str()));
|
|
|
}
|
|
|
} else {
|
|
|
- LogWarn(Severity_Middle, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO, errDetail.c_str());
|
|
|
+ LogWarn(Severity_Low, Error_Debug, ERROR_ACCESSAUTH_ACS_DIGINFO, errDetail.c_str());
|
|
|
}
|
|
|
}
|
|
|
m_fsm->doWarnMsg(ERROR_ACCESSAUTH_CONNECT_ACS,
|
|
@@ -1164,7 +1164,7 @@ void CAccessAuthFSM::s1_on_entry()
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- LogWarn(Severity_Middle, Error_Unexpect, AccessAuthorization_UserErrorCode_ACS_TURE, "Force gray say:come,come,come to ACS.");
|
|
|
+ LogWarn(Severity_Low, Error_Unexpect, AccessAuthorization_UserErrorCode_ACS_TURE, "Force gray say:come,come,come to ACS.");
|
|
|
m_bAccessACS = true;
|
|
|
}
|
|
|
|