Browse Source

Z991239-6316 #comment feat: 优化卡库日志

Signed-Off-By: commit-hook
刘文涛80174520 3 months ago
parent
commit
c997d8c359
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Module/mod_cardissuerstore/CardIssuerStoreFSM.cpp

+ 1 - 1
Module/mod_cardissuerstore/CardIssuerStoreFSM.cpp

@@ -859,7 +859,7 @@ unsigned int CCardIssuerFSM::s6_on_event(FSMEvent* pEvt)
 		if (pEvt->param1 == 0) {
 			LogEvent(Severity_Middle, LOG_EVT_CARDISSUER_STORE_OP, "CardIssuer op.");
 			m_currCardNo =  "";
-			DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER)("客户取走卡片");
+			DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER)("客户取走卡片或超时未取已被吞");
 			return 0;
 		}
 		else if (pEvt->param1 == 1) {