mirror of
https://github.com/Readarr/Readarr
synced 2025-12-15 12:52:27 +01:00
Fixed: Don't double log exception setting file permissions
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
28b7323d4d
commit
07fca1b6fc
1 changed files with 0 additions and 2 deletions
|
|
@ -90,9 +90,7 @@ private void SetMonoPermissions(string path, string permissions)
|
|||
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
_logger.Warn(ex, "Unable to apply permissions to: " + path);
|
||||
_logger.Debug(ex, ex.Message);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue