diff --git a/Addons/Helper.cs b/Addons/Helper.cs index 535ec0a..d53cef5 100644 --- a/Addons/Helper.cs +++ b/Addons/Helper.cs @@ -14,7 +14,7 @@ public class Helper } catch (Exception e) { - Plugin.Log.LogInfo("Failed to disable analytics: " + e.Message); + Plugin.Log.LogWarning("Failed to disable analytics: " + e.Message); } } } \ No newline at end of file