Fix log message when not having privileges for a directory

This commit is contained in:
EliseZeroTwo 2020-03-25 13:04:27 +01:00
parent 6de83dea9c
commit 2dc51e9503

View file

@ -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)