Ver Fonte

Clarify log source of Harmony as HarmonyX

ghorsington há 4 anos atrás
pai
commit
5899ab0bee
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      BepInEx/Logging/HarmonyLogSource.cs

+ 1 - 1
BepInEx/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;
 	}
 }