mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Merge pull request #58 from TectonicEd/patch-1
Clarifying error message
This commit is contained in:
commit
65909ff3be
@ -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 New Issue
Block a user