diff --git a/BodyshopUploader/Utils/HTTPServer.cs b/BodyshopUploader/Utils/HTTPServer.cs index 81d3084..2ad980d 100644 --- a/BodyshopUploader/Utils/HTTPServer.cs +++ b/BodyshopUploader/Utils/HTTPServer.cs @@ -172,7 +172,7 @@ namespace BodyshopPartner.Utils catch (Exception Ex) { logger.Error(Ex, "Error encountered while scanning for estimates on disk.", Ex.ToString()); - hlog("Error encountered while processing QuickBooks requests. " + Ex.Message); + hlog("Error encountered while scanning for estimates on disk. " + Ex.Message); HttpResponse.Add(new ScanResponseItem() { Id = "-1", Success = false, ErrorMessage = Ex.Message }); } res.WithCORS().AsText(JsonConvert.SerializeObject(HttpResponse)); @@ -195,8 +195,8 @@ namespace BodyshopPartner.Utils } catch (Exception Ex) { - logger.Error(Ex, "Error encountered while processing QuickBooks requests."); - hlog("Error encountered while processing QuickBooks requests."); + logger.Error(Ex, "Error encountered while handling import requests."); + hlog("Error encountered while handling import requests."); HttpResponse.Add("success" , false); HttpResponse.Add("error", Ex.ToString()); }