Changeset 1276 for trunk/psLib/test/sysUtils/tst_psLogMsg03.c
- Timestamp:
- Jul 22, 2004, 1:33:31 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psLogMsg03.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psLogMsg03.c
r1151 r1276 53 53 fclose(file); 54 54 55 printf("--------------- psLogSetDestination(""file:/eva/log.txt"") ----------\n"); 56 psLogSetDestination("file:/eva/log.txt"); 57 for ( i=0;i<10;i++) { 58 psLogMsg(__func__, i, "Hello World! My level is %d\n", i); 59 } 60 55 61 printFooter(stdout, 56 62 "psLogMsg functions", … … 61 67 psAbort(__func__,"Memory Leaks!"); 62 68 } 63 psMemCheckCorruption( 1);69 psMemCheckCorruption(true); 64 70 65 71 return(!testStatus);
Note:
See TracChangeset
for help on using the changeset viewer.
