From ce82b45c4b76e2dcf228b35dab524aed7ebdfb2d Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 17 Feb 2019 00:21:30 -0800 Subject: [PATCH] Made message more specific and changed both cases to warnings. --- Ryujinx/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ryujinx/Program.cs b/Ryujinx/Program.cs index 85f6233ef9..52c85d568c 100644 --- a/Ryujinx/Program.cs +++ b/Ryujinx/Program.cs @@ -77,12 +77,12 @@ namespace Ryujinx } else { - Logger.PrintInfo(LogClass.Application, "ROM not found."); + Logger.PrintWarning(LogClass.Application, "Please specify a valid XCI/NCA/NSP/PFS0/NRO file"); } } else { - Logger.PrintInfo(LogClass.Application, "Please specify the folder with the NSOs/IStorage or a NSO/NRO."); + Logger.PrintWarning(LogClass.Application, "Please specify the folder with the NSOs/IStorage or a NSO/NRO."); } using (GlScreen screen = new GlScreen(device, renderer))