From 01098b4597b93f0bb6ffc7d7f47c000e1463dda3 Mon Sep 17 00:00:00 2001 From: DucDangAnh Date: Thu, 16 Jul 2020 16:07:40 +0700 Subject: [PATCH] LaneOut - Fix message type --- AIParkingApplication/LaneOut.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }