Fix log message when not having privileges for a directory

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

View file

@ -54,7 +54,7 @@ namespace Ryujinx.Ui
} }
catch (UnauthorizedAccessException) 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) if (content.Length > 0)