Navigation


Changeset 979:b90cb4c07160 in freeDiameter for libfdproto/dictionary.c


Ignore:
Timestamp:
Mar 15, 2013, 2:45:03 AM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Remove more newlines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdproto/dictionary.c

    r974 r979  
    315315                {
    316316                        if (obj) {
    317                                 TRACE_DEBUG(FULL, "Invalid object : %p"
    318                                                   "     obj->objeyec : %x / %x\n"
    319                                                   "     obj->type    : %d\n"
    320                                                   "     obj->objeyec : %x / %x\n"
    321                                                   "     obj->typeyec : %x / %x",
     317                                TRACE_DEBUG(FULL, "Invalid object: %p, obj->objeyec: %x/%x, obj->type: %d, obj->objeyec: %x/%x, obj->typeyec: %x/%x",
    322318                                                obj,
    323319                                                obj->objeyec, OBJECT_EYECATCHER,
Note: See TracChangeset for help on using the changeset viewer.