From eb3ad3cf9873a508b541caa912b9d8cca57fcb66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Tue, 9 Apr 2024 10:40:34 +0200 Subject: [PATCH] message info --- WebAPI/Controllers/LayersController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebAPI/Controllers/LayersController.cs b/WebAPI/Controllers/LayersController.cs index ca535f5..c324008 100644 --- a/WebAPI/Controllers/LayersController.cs +++ b/WebAPI/Controllers/LayersController.cs @@ -209,7 +209,7 @@ namespace WebAPI.Controllers Title = $"{importWorker!.Name}, {importWorker.Id}", Type = LogEntryType.warning, LogType = LogType.import, - Message = "importLayer records are out of date. Should be reimported.", + Message = "Success (reimported)", CreatedAt = DateTime.UtcNow }); }