Navigation


Changeset 1320:949973661b25 in freeDiameter for libfdcore


Ignore:
Timestamp:
Feb 17, 2017, 12:06:08 AM (7 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Log an error when going to ZOMBIE state.

Add quotes to a message for consistency.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/p_psm.c

    r1238 r1320  
    886886       
    887887psm_end:
    888         LOG_N("%s: Going to ZOMBIE state (no more activity)", peer->p_hdr.info.pi_diamid);
     888        LOG_E("%s: Going to ZOMBIE state (no more activity)", peer->p_hdr.info.pi_diamid);
    889889        fd_psm_cleanup(peer, 1);
    890         TRACE_DEBUG(INFO, "'%s'\t-> STATE_ZOMBIE (terminated)\t'%s'",
     890        TRACE_DEBUG(INFO, "'%s'\t-> 'STATE_ZOMBIE' (terminated)\t'%s'",
    891891                        STATE_STR(fd_peer_getstate(peer)),
    892892                        peer->p_hdr.info.pi_diamid);
Note: See TracChangeset for help on using the changeset viewer.