diff --git a/Assets/Cryville.EEW.Unity/Worker.cs b/Assets/Cryville.EEW.Unity/Worker.cs index ac26f7b..b7bc5e3 100644 --- a/Assets/Cryville.EEW.Unity/Worker.cs +++ b/Assets/Cryville.EEW.Unity/Worker.cs @@ -232,7 +232,7 @@ namespace Cryville.EEW.Unity { ReportViewModel _latestHistoryReport; void OnReported(object sender, ReportViewModel e) { if (e.Model is Exception && e.Model is not SourceWorkerNetworkException) - App.MainLogger.Log(4, "Map", null, "Received an error from {0}: {1}", sender.GetType(), e.Model); + App.MainLogger.Log(4, "App", null, "Received an error from {0}: {1}", sender.GetType(), e.Model); _grouper.Report(e); _ongoingReportManager.Report(e); _uiActionQueue.Enqueue(() => {