Skip to content

Commit

Permalink
Merge and change to unity log level
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaPiggy committed Aug 31, 2024
1 parent 717bfe4 commit da0afa6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Winch/Patches/TerminalPatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,8 @@ public static void CustomHandleUnityLog(this Terminal terminal, string message,
switch (type)
{
case LogType.Log:
WinchCore.Log.Info(message, "Unity");
break;
case LogType.Warning:
WinchCore.Log.Warn(message, "Unity");
WinchCore.Log.Unity(message, "Unity");
break;
case LogType.Assert:
case LogType.Error:
Expand Down

0 comments on commit da0afa6

Please sign in to comment.