mirror of
https://github.com/lidarr/Lidarr
synced 2025-03-16 08:39:36 +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 @@ 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…
Add table
Reference in a new issue