IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 29, 2005, 11:31:54 AM (21 years ago)
Author:
desonia
Message:

fixed some small bugs.

File:
1 edited

Legend:

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

    r2204 r3541  
    9898    psTraceSetDestination(stderr);
    9999    (void)psTraceSetLevel(".A.B.C.D.E", 5);
     100
     101    psTrace(".A.C.D.C",1,"You should not see this.\n");
     102    psTrace(".A.B.C.D.E",2,"You should see this.\n");
     103    psTrace(".A.B.C.D.E.F",3,"You should see this too.\n");
    100104
    101105    psTracePrintLevels();
Note: See TracChangeset for help on using the changeset viewer.