mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
It is Not an Error Message
This commit is contained in:
@@ -341,7 +341,7 @@ namespace NzbDrone.Core.Configuration
|
|||||||
if (_cache.TryGetValue(key, out dbValue) && dbValue != null && !String.IsNullOrEmpty(dbValue))
|
if (_cache.TryGetValue(key, out dbValue) && dbValue != null && !String.IsNullOrEmpty(dbValue))
|
||||||
return dbValue;
|
return dbValue;
|
||||||
|
|
||||||
_logger.Trace("Unable to find config key '{0}' defaultValue:'{1}'", key, defaultValue);
|
_logger.Trace("Using default config value for '{0}' defaultValue:'{1}'", key, defaultValue);
|
||||||
|
|
||||||
if (persist)
|
if (persist)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user