Ignore:
Timestamp:
Nov 8, 2005 12:46:10 PM (19 years ago)
Author:
bennylp
Message:

Linux alpha test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/main/pjlib/src/pjlib-test/exception.c

    r28 r35  
    8484    } 
    8585    PJ_DEFAULT { 
     86        int id = PJ_GET_EXCEPTION(); 
     87        PJ_LOG(3,("", "...error: got unexpected exception %d (%s)",  
     88                  id, pj_exception_id_name(id))); 
    8689        if (!rc) rc = -20; 
    8790    } 
Note: See TracChangeset for help on using the changeset viewer.