Print path of invalid files
This commit is contained in:
parent
7fcf4db6ae
commit
763bc1a69e
1 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ namespace Ryujinx.UI
|
|||
}
|
||||
catch (InvalidDataException)
|
||||
{
|
||||
Logger.PrintWarning(LogClass.Application, "The header key is incorrect or missing and therefore the NCA header content type check has failed.");
|
||||
Logger.PrintWarning(LogClass.Application, $"{app}: The header key is incorrect or missing and therefore the NCA header content type check has failed.");
|
||||
}
|
||||
|
||||
applications.Add(app);
|
||||
|
@ -130,7 +130,7 @@ namespace Ryujinx.UI
|
|||
}
|
||||
catch (InvalidDataException)
|
||||
{
|
||||
Logger.PrintWarning(LogClass.Application, "The header key is incorrect or missing and therefore the NCA header content type check has failed.");
|
||||
Logger.PrintWarning(LogClass.Application, $"{app}: The header key is incorrect or missing and therefore the NCA header content type check has failed.");
|
||||
}
|
||||
|
||||
applications.Add(app);
|
||||
|
|
Loading…
Add table
Reference in a new issue