mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-31 03:11:51 +00:00
Merge pull request #58 from TectonicEd/patch-1
Clarifying error message
This commit is contained in:
commit
65909ff3be
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ public override void SetPermissions(string path, string mask, string user, strin
|
|||
{
|
||||
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 a new issue