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.
pull/4/head
TectonicEd 10 years ago
parent 90a6bcaa47
commit 3319655e2b

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

Loading…
Cancel
Save