refactor: bump severity from info to warning
This commit is contained in:
parent
5c6a96b800
commit
89fcf1ed7b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue