Navigation



Ignore:
Timestamp:
Apr 15, 2013, 4:17:07 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Fix a number of errors and warnings introduced/highlighted by recent commits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/rgw_servers.c

    r996 r1027  
    279279                char __buf[1024];
    280280                sSA_DUMP_NODE_SERV(__buf, sizeof(__buf), &sto, NI_NUMERICHOST | NI_NUMERICSERV );
    281                 TRACE_DEBUG(FULL, "Sending %d bytes to %s", buflen, __buf);
     281                TRACE_DEBUG(FULL, "Sending %zd bytes to %s", buflen, __buf);
    282282        }
    283283               
Note: See TracChangeset for help on using the changeset viewer.