lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #27948] Incorrect logging levels used in various place


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #27948] Incorrect logging levels used in various places
Date: Sun, 22 Nov 2009 13:31:38 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5

Update of bug #27948 (project lwip):

                  Status:                    None => In Progress            
             Assigned to:                    None => goldsimon              

    _______________________________________________________

Follow-up Comment #2:

Ross Philipson wrote (on lwip-devel):
> OK, here is a patch to fix the ones that I found. The only place 
> I found any obvious ones was in pbuf.c but there are many parts 
> of the lwIP I am not using so there could be others.

- When replying to bugs, please reply here in the bug tracker as it makes it
easier to find your response later

- The patch you attached removes LWIP_DBG_TRACE, which is not used in a wrong
way

What's really wrong (not only in pbuf.c) is to use code like "| 3": *if* a
logging level is provided, then the corresponding define must be used. We can
then search for the defines and see whether the logging level is used
correctly.

I just did that for pbuf.c and will do it for other files.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?27948>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]