Fix log message when not having privileges for a directory
This commit is contained in:
parent
6de83dea9c
commit
2dc51e9503
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ namespace Ryujinx.Ui
|
|||
}
|
||||
catch (UnauthorizedAccessException)
|
||||
{
|
||||
Logger.PrintWarning(LogClass.Application, $"Failed to get access to directory to list files: \"{dir}\"");
|
||||
Logger.PrintWarning(LogClass.Application, $"Failed to get access to directory: \"{dir}\"");
|
||||
}
|
||||
|
||||
if (content.Length > 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue