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
1 changed files with 1 additions and 1 deletions

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