Navigation


Changeset 1119:79dd22145f52 in freeDiameter for libfdcore/routing_dispatch.c


Ignore:
Timestamp:
May 14, 2013, 12:04:20 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Fix a number of compilation warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/routing_dispatch.c

    r1113 r1119  
    429429{
    430430        struct msg_hdr * hdr;
    431         int is_req = 0, ret;
     431        int is_req = 0;
    432432        struct session * sess;
    433433        enum disp_action action;
     
    10791079                }
    10801080               
    1081                 if (TRACE_BOOL(FULL)) {
    1082                         TRACE_DEBUG(FULL, "Picked next message (%s)", action_name);
    1083                         fd_msg_dump_one(ANNOYING, msg);
    1084                 }
     1081                LOG_A("%s: Picked next message", action_name);
    10851082
    10861083                /* Now process the message */
Note: See TracChangeset for help on using the changeset viewer.