LaneOut - Fix message type

This commit is contained in:
DucDangAnh 2020-07-16 16:07:40 +07:00
parent 61f6be6093
commit 01098b4597

View File

@ -82,7 +82,7 @@ namespace AIParkingApplication
if (cardInfoResult.Direction != "out")
{
lblStatusInfo.UpdateLabel("CHƯA NHẬN THẺ VÀO", Color.Red);
appLogger.Log(LogLevel.Info, $"Request thẻ cổng {doorId} ra | số thẻ : {cardNumber} | lỗi: XE ĐÃ Ở TRONG BÃI");
appLogger.Log(LogLevel.Info, $"Request thẻ cổng {doorId} ra | số thẻ : {cardNumber} | lỗi: CHƯA NHẬN THẺ VÀO");
return;
}