mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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