Don't double log exception setting file permissions
This commit is contained in:
parent
0fe7da80ab
commit
50144721d7
|
@ -92,7 +92,6 @@ namespace NzbDrone.Core.MediaFiles
|
||||||
{
|
{
|
||||||
|
|
||||||
_logger.Warn(ex, "Unable to apply permissions to: " + path);
|
_logger.Warn(ex, "Unable to apply permissions to: " + path);
|
||||||
_logger.Debug(ex, ex.Message);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue