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: Ross Philipson
Subject: [lwip-devel] [bug #27948] Incorrect logging levels used in various places
Date: Thu, 05 Nov 2009 14:13:45 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729)

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

                 Summary: Incorrect logging levels used in various places
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: rossp
            Submitted on: Thu 05 Nov 2009 02:13:44 PM GMT
                Category: None
                Severity: 3 - Normal
              Item Group: Faulty Behaviour
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: 
            lwIP version: 1.3.1

    _______________________________________________________

Details:

The debug.h header defines the 3 logging for warning, error and severe (plus
0 for debug tracing) but it is not used correctly in a number of places. A
good example is in pbuf.c; messages like the following are clearly
informational yet logged as severe:

LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE | 3,
("pbuf_alloc(length=%"U16_F")\n", length));






    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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