IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 2, 2004, 1:34:15 PM (22 years ago)
Author:
evanalst
Message:

Corrected test to set log destination both STDERR and STDOUT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/tst_psLogMsg03.c

    r584 r832  
    3232
    3333    printf("------------- psSetLogDestination(PS_LOG_TO_STDOUT) -------------\n");
    34     psSetLogDestination(PS_LOG_TO_STDERR);
     34    psSetLogDestination(PS_LOG_TO_STDOUT);
    3535    for (i=0;i<10;i++) {
    3636        psLogMsg(__func__, i, "Hello World!  My level is %d\n", i);
Note: See TracChangeset for help on using the changeset viewer.