fix build issue

This commit is contained in:
Stanley Dimant
2024-10-29 14:00:16 +01:00
parent f07146b3b0
commit 4f8292e2bf

View File

@@ -156,7 +156,7 @@ public class MarePlugin : MediatorSubscriberBase, IHostedService
{ {
Mediator.Publish(new NotificationMessage("Abnormal Log Level", Mediator.Publish(new NotificationMessage("Abnormal Log Level",
$"Your log level is set to '{_mareConfigService.Current.LogLevel}' which is not recommended for normal usage. Set it to '{LogLevel.Information}' in \"Mare Settings -> Debug\" unless instructed otherwise.", $"Your log level is set to '{_mareConfigService.Current.LogLevel}' which is not recommended for normal usage. Set it to '{LogLevel.Information}' in \"Mare Settings -> Debug\" unless instructed otherwise.",
NotificationType.Error, TimeSpan.FromSeconds(15000))); MareConfiguration.Models.NotificationType.Error, TimeSpan.FromSeconds(15000)));
} }
#endif #endif
} }