소스 검색

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;
 	}
 }