Re: ntdll: DPRINTF -> TRACE. (heap.c)
"Andrew Riedi" <andrewriedi(a)gmail.com> wrote:
Changelog: ntdll: DPRINTF -> TRACE. (heap.c)
DPRINTF is used for a reason here. -- Dmitry.
On Wed, Nov 26, 2008 at 10:16 PM, Dmitry Timoshkov <dmitry(a)codeweavers.com> wrote:
"Andrew Riedi" <andrewriedi(a)gmail.com> wrote:
Changelog: ntdll: DPRINTF -> TRACE. (heap.c)
DPRINTF is used for a reason here.
-- Dmitry.
The wiki page states that DPRINTF should only be used with a TRACE_ON(relay) check before it. I believe you that DPRINTF has a good reason for being there, but for future reference and so I can correct the wiki, what is it? -- Andrew Riedi
"Andrew Riedi" <andrewriedi(a)gmail.com> wrote:
The wiki page states that DPRINTF should only be used with a TRACE_ON(relay) check before it. I believe you that DPRINTF has a good reason for being there, but for future reference and so I can correct the wiki, what is it?
TRACE_ON(relay) should be replaced by TRACE_ON(debug channel), and that's the case here. -- Dmitry.
participants (2)
-
Andrew Riedi -
Dmitry Timoshkov