Changeset 657 for pjproject/trunk/pjsip/src/pjsip/sip_transaction.c
- Timestamp:
- Aug 6, 2006 11:07:25 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_transaction.c
r635 r657 1010 1010 pjsip_tsx_state_e prev_state = tsx->state; 1011 1011 1012 /* New state must be greater than previous state */ 1013 pj_assert(state >= tsx->state); 1014 1012 1015 PJ_LOG(5, (tsx->obj_name, "State changed from %s to %s, event=%s", 1013 1016 state_str[tsx->state], state_str[state],
Note: See TracChangeset
for help on using the changeset viewer.