Navigation


Changeset 1168:a4604f98adae in freeDiameter for extensions


Ignore:
Timestamp:
Jun 1, 2013, 1:29:33 AM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Split output of fd_msg_dump_treeview

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dbg_msg_dumps/dbg_msg_dumps.c

    r1128 r1168  
    5151                { LOG_E("Error while dumping a message"); return; } );
    5252       
    53         LOG_N("%s %s: %s",
     53        LOG_N("%s %s:",
    5454                (type == HOOK_MESSAGE_RECEIVED) ? "RCV FROM" : "SENT TO",
    55                 peer ? peer->info.pi_diamid:"<unknown>",
    56                 buf);
     55                peer ? peer->info.pi_diamid:"<unknown>");
     56        LOG_SPLIT( FD_LOG_NOTICE, "   ", buf ?:"<error dumping message>", NULL);
    5757
    5858        free(buf);
Note: See TracChangeset for help on using the changeset viewer.