mirror of https://github.com/lidarr/Lidarr
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:
parent
90a6bcaa47
commit
3319655e2b
|
@ -99,7 +99,7 @@ namespace NzbDrone.Mono
|
||||||
{
|
{
|
||||||
var error = Stdlib.GetLastError();
|
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