Re: ntoskrnl.exe: DPRINTF -> TRACE.
13 Dec
2007
13 Dec
'07
11:03 a.m.
Andrew Riedi wrote:
- if (TRACE_ON(relay)) - DPRINTF( "%04x:Call driver dispatch %p (device=%p,irp=%p)\n", - GetCurrentThreadId(), dispatch, device, &irp ); + TRACE_(relay)( "%04x:Call driver dispatch %p (device=%p,irp=%p)\n", + GetCurrentThreadId(), dispatch, device, &irp );
Please don't change relay traces to use TRACE. This channel has specific requirements and so doesn't benefit from using TRACE instead of DPRINTF. -- Rob Shearman
6579
Age (days ago)
6579
Last active (days ago)
0 comments
1 participants
participants (1)
-
Robert Shearman