mirror of https://github.com/lidarr/Lidarr
Merge pull request #58 from TectonicEd/patch-1
Clarifying error message
This commit is contained in:
commit
65909ff3be
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue