瀏覽代碼

Clarify log source of Harmony as HarmonyX
Rebase of 5899ab0

Bepis 3 年之前
父節點
當前提交
fc8129010d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      BepInEx.Core/Logging/HarmonyLogSource.cs

+ 1 - 1
BepInEx.Core/Logging/HarmonyLogSource.cs

@@ -40,7 +40,7 @@ namespace BepInEx.Logging
 			HarmonyLogger.MessageReceived -= HandleHarmonyMessage;
 		}
 
-		public string SourceName { get; } = "Harmony";
+		public string SourceName { get; } = "HarmonyX";
 		public event EventHandler<LogEventArgs> LogEvent;
 	}
 }