Navigation


Changeset 1107:96f2051215c8 in freeDiameter for libfdcore/core.c


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

Replaced calls to TRACE_sSA and sSA_DUMP_NODE* macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/core.c

    r1098 r1107  
    220220        /* Display configuration */
    221221        b = fd_conf_dump(&buf, &len, NULL);
    222         LOG_N("%s\n", b ?: "Error during configuration dump...");
     222        LOG_N("%s", b ?: "Error during configuration dump...");
    223223       
    224224        /* Display registered triggers for FDEV_TRIGGER */
    225225        b = fd_event_trig_dump(&buf, &len, &offset);
    226226        if (!b || offset) {
    227                 LOG_N("%s\n", b ?: "Error during triggers dump...");
     227                LOG_N("%s", b ?: "Error during triggers dump...");
    228228        }
    229229       
Note: See TracChangeset for help on using the changeset viewer.