From 8e7bfec5a236d1e84d1b96720b5ea0821facd994 Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Mon, 24 Jan 2011 19:28:49 +0000 Subject: [PATCH] And a small one last: Changed a warning many users misunderstood as *Serious Problem* so it sounds (lots) less severe ;) git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4260 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/IopBios.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/IopBios.cpp b/pcsx2/IopBios.cpp index 8bc54553d6..ab7d6c9587 100644 --- a/pcsx2/IopBios.cpp +++ b/pcsx2/IopBios.cpp @@ -55,7 +55,7 @@ void Hle_SetElfPath(const char* elfFileName) if(!pos1) // if pos1 is NULL, then pos2 was not > pos1, so it must also be NULL { - Console.Warning("HLE Warning: ELF does not have a path!!\n"); + Console.WriteLn("HLE Notice: ELF does not have a path.\n"); // use %CD%/host/ getcwd(HostRoot,1000); // save the other 23 chars to append /host/ :P