Clarifying error message

This error will be triggered if either setting the group or the user is the problem.  Fixing the wording after being led astray tracking down issue that was group, not user, related.
This commit is contained in:
TectonicEd 2014-02-25 23:52:33 +00:00
parent 90a6bcaa47
commit 3319655e2b
1 changed files with 1 additions and 1 deletions

View File

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