IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2004, 4:07:06 PM (22 years ago)
Author:
desonia
Message:

fixed test for psLogSetFormat(H); it was using "TH".

File:
1 edited

Legend:

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

    r1140 r1142  
    2626    }
    2727
    28     printf("------------- psLogSetFormat(NULL) -------------\n");
     28    fprintf(stderr,"------------- psLogSetFormat(NULL) -------------\n");
    2929    psLogSetFormat(NULL);
    3030    for (i=0;i<10;i++) {
     
    3232    }
    3333
    34     printf("------------- psLogSetFormat(T) -------------\n");
     34    fprintf(stderr,"------------- psLogSetFormat(T) -------------\n");
    3535    psLogSetFormat("T");
    3636    for (i=0;i<10;i++) {
     
    3838    }
    3939
    40     printf("------------- psLogSetFormat(H) -------------\n");
    41     psLogSetFormat("TH");
     40    fprintf(stderr,"------------- psLogSetFormat(H) -------------\n");
     41    psLogSetFormat("H");
    4242    for (i=0;i<10;i++) {
    4343        psLogMsg(__func__, i, "Hello World!  My level is %d\n", i);
    4444    }
    4545
    46     printf("------------- psLogSetFormat(L) -------------\n");
     46    fprintf(stderr,"------------- psLogSetFormat(L) -------------\n");
    4747    psLogSetFormat("L");
    4848    for (i=0;i<10;i++) {
     
    5050    }
    5151
    52     printf("------------- psLogSetFormat(N) -------------\n");
     52    fprintf(stderr,"------------- psLogSetFormat(N) -------------\n");
    5353    psLogSetFormat("N");
    5454    for (i=0;i<10;i++) {
     
    5656    }
    5757
    58     printf("------------- psLogSetFormat(M) -------------\n");
     58    fprintf(stderr,"------------- psLogSetFormat(M) -------------\n");
    5959    psLogSetFormat("M");
    6060    for (i=0;i<10;i++) {
     
    6262    }
    6363
    64     printf("------------- psLogSetFormat(THLNM) -------------\n");
     64    fprintf(stderr,"------------- psLogSetFormat(THLNM) -------------\n");
    6565    psLogSetFormat("THLNM");
    6666    for (i=0;i<10;i++) {
Note: See TracChangeset for help on using the changeset viewer.