It is Not an Error Message

pull/4/head
Taloth Saldono 9 years ago
parent 15eeb19cd5
commit 061c40c8f4

@ -341,7 +341,7 @@ namespace NzbDrone.Core.Configuration
if (_cache.TryGetValue(key, out dbValue) && dbValue != null && !String.IsNullOrEmpty(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)
{

Loading…
Cancel
Save