* DPRINTK -> pr_debug conversion
@ 2007-06-09 9:01 Jan Engelhardt
2007-06-18 12:12 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Jan Engelhardt @ 2007-06-09 9:01 UTC (permalink / raw)
To: kaber; +Cc: Netfilter Developer Mailing List
Hi Patrick,
I've get compile errors when replacing DPRINTK by pr_debug. That's
because variables, structs and internals changed over time, while the
dprintks did not. (net/netfilter/xt_helper.c for example. Turn the #if 0
into #if 1 and see.)
Jan
--
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: DPRINTK -> pr_debug conversion
2007-06-09 9:01 DPRINTK -> pr_debug conversion Jan Engelhardt
@ 2007-06-18 12:12 ` Patrick McHardy
0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2007-06-18 12:12 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: Netfilter Developer Mailing List
Jan Engelhardt wrote:
> I've get compile errors when replacing DPRINTK by pr_debug. That's
> because variables, structs and internals changed over time, while the
> dprintks did not. (net/netfilter/xt_helper.c for example. Turn the #if 0
> into #if 1 and see.)
I know, it happens from time to time, we try to fix them as they get
noticed. Anyways, just a conversion that doesn't introduce new errors
is fine :)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-06-18 12:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-09 9:01 DPRINTK -> pr_debug conversion Jan Engelhardt
2007-06-18 12:12 ` Patrick McHardy
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.