Navigation


Changeset 979:b90cb4c07160 in freeDiameter for libfdproto


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.

Location:
libfdproto
Files:
3 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,
  • libfdproto/messages.c

    r974 r979  
    802802        /* Check the object */
    803803        if (!VALIDATE_OBJ(obj)) {
    804                 CHECK_FCT( dump_add_str(outstr, offset, outlen, ">>> invalid object (%p)!.\n", obj) );
     804                CHECK_FCT( dump_add_str(outstr, offset, outlen, ">>> invalid object (%p)!.", obj) );
    805805                return 0;
    806806        }
  • libfdproto/sessions.c

    r974 r979  
    527527       
    528528        if (!fd_os_is_valid_os0(sid,len)) {
    529                 TRACE_DEBUG(INFO, "Warning: a Session-Id value contains \\0 chars... (len:%zd, begin:'%.*s')\n => Debug messages may be truncated.", len, len, sid);
     529                TRACE_DEBUG(INFO, "Warning: a Session-Id value contains \\0 chars... (len:%zd, begin:'%.*s') => Debug messages may be truncated.", len, len, sid);
    530530        }
    531531       
Note: See TracChangeset for help on using the changeset viewer.