1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-25 15:33:11 +00:00

Merge pull request #58 from TectonicEd/patch-1

Clarifying error message
This commit is contained in:
Mark McDowall 2014-03-12 22:34:22 -07:00
commit 65909ff3be

View file

@ -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);
}
}