mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 00:36:58 +00:00
Merge pull request #58 from TectonicEd/patch-1
Clarifying error message
This commit is contained in:
@@ -107,7 +107,7 @@ namespace NzbDrone.Mono
|
||||
{
|
||||
var error = Stdlib.GetLastError();
|
||||
|
||||
throw new LinuxPermissionsException("Error setting file owner: " + error);
|
||||
throw new LinuxPermissionsException("Error setting file owner and/or group: " + error);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user