kernel32: Use the magic format string prefix for relay traces.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2017-11-25 11:47:36 +01:00
parent 1729cc05af
commit 5f0a669185
1 changed files with 2 additions and 3 deletions

View File

@ -1112,8 +1112,7 @@ 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 ))