diff --git a/AIParkingApplication/LaneOut.cs b/AIParkingApplication/LaneOut.cs index 0cd5086..517dc10 100644 --- a/AIParkingApplication/LaneOut.cs +++ b/AIParkingApplication/LaneOut.cs @@ -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; }