From 1206486ec867272125b38fbbaee15d1c34be0b43 Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Thu, 14 Jan 2016 15:18:15 +0100 Subject: [PATCH] changed misleading error message (issue #504) --- src/dbg/debugger.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dbg/debugger.cpp b/src/dbg/debugger.cpp index c4a41b27..25c1742f 100644 --- a/src/dbg/debugger.cpp +++ b/src/dbg/debugger.cpp @@ -1180,7 +1180,7 @@ DWORD WINAPI threadDebugLoop(void* lpParameter) if(!fdProcessInfo) { fdProcessInfo = &g_pi; - dputs("Error starting process (invalid pe?)!"); + dputs("Error starting process (CreateProcess)!"); unlock(WAITID_STOP); return 0; } @@ -1801,4 +1801,4 @@ void dbgstartscriptthread(CBPLUGINSCRIPT cbScript) duint dbggetdebuggedbase() { return pDebuggedBase; -} \ No newline at end of file +}