refactor: bump severity from info to warning

This commit is contained in:
anavoi 2025-03-15 22:20:33 +01:00
commit 89fcf1ed7b

View file

@ -14,7 +14,7 @@ public class Helper
} }
catch (Exception e) catch (Exception e)
{ {
Plugin.Log.LogInfo("Failed to disable analytics: " + e.Message); Plugin.Log.LogWarning("Failed to disable analytics: " + e.Message);
} }
} }
} }