kernel32: Use the magic format string prefix for relay traces.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
1729cc05af
commit
5f0a669185
|
@ -1112,9 +1112,8 @@ static DWORD WINAPI start_process( LPTHREAD_START_ROUTINE entry )
|
||||||
ExitThread( 1 );
|
ExitThread( 1 );
|
||||||
}
|
}
|
||||||
|
|
||||||
if (TRACE_ON(relay))
|
TRACE_(relay)( "\1Starting process %s (entryproc=%p)\n",
|
||||||
DPRINTF( "%04x:Starting process %s (entryproc=%p)\n", GetCurrentThreadId(),
|
debugstr_w(peb->ProcessParameters->ImagePathName.Buffer), entry );
|
||||||
debugstr_w(peb->ProcessParameters->ImagePathName.Buffer), entry );
|
|
||||||
|
|
||||||
if (!CheckRemoteDebuggerPresent( GetCurrentProcess(), &being_debugged ))
|
if (!CheckRemoteDebuggerPresent( GetCurrentProcess(), &being_debugged ))
|
||||||
being_debugged = FALSE;
|
being_debugged = FALSE;
|
||||||
|
|
Loading…
Reference in New Issue