Changeset 1136 for trunk/psLib/test/sysUtils/tst_psTrace03.c
- Timestamp:
- Jun 29, 2004, 3:05:37 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psTrace03.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psTrace03.c
r905 r1136 13 13 "psTracePrintLevels()"); 14 14 15 psTraceSetLevel(".", 9);15 (void)psTraceSetLevel(".", 9); 16 16 17 psTraceSetLevel(".a", 8);18 psTraceSetLevel(".b", 7);19 psTraceSetLevel(".c", 5);17 (void)psTraceSetLevel(".a", 8); 18 (void)psTraceSetLevel(".b", 7); 19 (void)psTraceSetLevel(".c", 5); 20 20 21 psTraceSetLevel(".a.a", 4);22 psTraceSetLevel(".a.b", 3);21 (void)psTraceSetLevel(".a.a", 4); 22 (void)psTraceSetLevel(".a.b", 3); 23 23 24 psTraceSetLevel(".b.a", 2);25 psTraceSetLevel(".b.b", 1);24 (void)psTraceSetLevel(".b.a", 2); 25 (void)psTraceSetLevel(".b.b", 1); 26 26 27 psTraceSetLevel(".c.a", 0);28 psTraceSetLevel(".c.b", 3);29 psTraceSetLevel(".c.c", 5);27 (void)psTraceSetLevel(".c.a", 0); 28 (void)psTraceSetLevel(".c.b", 3); 29 (void)psTraceSetLevel(".c.c", 5); 30 30 31 31 psTracePrintLevels();
Note:
See TracChangeset
for help on using the changeset viewer.
