Ignore:
Timestamp:
Jul 10, 2008 8:45:03 PM (16 years ago)
Author:
bennylp
Message:

Ticket 555: modifications to pjsua instant messaging callbacks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_pres.c

    r2039 r2118  
    506506    uapres = (pjsua_srv_pres*) pjsip_evsub_get_mod_data(sub, pjsua_var.mod.id); 
    507507    if (uapres) { 
    508         PJ_LOG(3,(THIS_FILE, "Server subscription to %s is %s", 
     508        PJ_LOG(4,(THIS_FILE, "Server subscription to %s is %s", 
    509509                  uapres->remote, pjsip_evsub_get_state_name(sub))); 
    510510 
     
    984984    buddy = (pjsua_buddy*) pjsip_evsub_get_mod_data(sub, pjsua_var.mod.id); 
    985985    if (buddy) { 
    986         PJ_LOG(3,(THIS_FILE,  
     986        PJ_LOG(4,(THIS_FILE,  
    987987                  "Presence subscription to %.*s is %s", 
    988988                  (int)pjsua_var.buddy[buddy->index].uri.slen, 
Note: See TracChangeset for help on using the changeset viewer.