mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-29 18:14:28 -04:00
Actually make it lower case...
This commit is contained in:
@@ -42,7 +42,7 @@ namespace NzbDrone.Host.Owin
|
||||
|
||||
private LogLevel GetLogLevel(string value)
|
||||
{
|
||||
var lower = value;
|
||||
var lower = value.ToLowerInvariant();
|
||||
|
||||
if (!lower.Contains("error"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user