瀏覽代碼

write plugin name for BepInLogger

Scrublord1336 6 年之前
父節點
當前提交
d033821e72
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/XUnity.AutoTranslator.Plugin.BepIn/BepInLogger.cs

+ 1 - 1
src/XUnity.AutoTranslator.Plugin.BepIn/BepInLogger.cs

@@ -10,7 +10,7 @@ namespace XUnity.AutoTranslator.Plugin.BepIn
    {
       protected override void Log( LogLevel level, string message )
       {
-         BepInEx.BepInLogger.Log( message );
+         BepInEx.BepInLogger.Log( "[XUnity.AutoTranslator] " + message );
       }
    }
 }