IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 19, 2004, 9:14:22 AM (22 years ago)
Author:
rhl
Message:

Moved test code to tst_*.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/src/Utils/logmsg.c

    r174 r265  
    226226    va_end(ap);
    227227}
    228 
    229 /*****************************************************************************/
    230 #if 0                                   // testing
    231 
    232 int main(void)
    233 {
    234     psSetTraceLevel("utils.logMsg", 1);
    235    
    236     psSetLogDestination(PS_LOG_TO_STDERR);
    237     psSetLogLevel(PS_LOG_INFO);
    238     psSetLogFormat("NM");
    239    
    240     psLogMsg("aaa", PS_LOG_INFO, "Hello World\n");
    241     psAbort("bbb", "I'm in Hawai`i");
    242 
    243     return 0;
    244 }
    245 #endif
Note: See TracChangeset for help on using the changeset viewer.