From 5ba2b294e74093f3bf97533ec5ab7b03612013ee Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Mon, 19 Jan 2009 20:26:12 +0000 Subject: [PATCH] Remove LOG_MSG Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3266 --- src/dos/dos_files.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/dos/dos_files.cpp b/src/dos/dos_files.cpp index 362a7194..ddf42e0c 100644 --- a/src/dos/dos_files.cpp +++ b/src/dos/dos_files.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: dos_files.cpp,v 1.103 2009-01-19 20:24:18 qbix79 Exp $ */ +/* $Id: dos_files.cpp,v 1.104 2009-01-19 20:26:12 qbix79 Exp $ */ #include #include @@ -161,7 +161,6 @@ bool DOS_MakeName(char const * const name,char * const fullname,Bit8u * drive) { //another dot in the extension =>file not found //Or path not found depending on wether //we are still in dir check stage or file stage - LOG_MSG("stop = %d",stop); if(stop) DOS_SetError(DOSERR_FILE_NOT_FOUND); else