Changeset 13 for trunk/txlib/txtrace.c
- Timestamp:
- 05/13/06 20:33:09 (3 years ago)
- Files:
-
- 1 modified
-
trunk/txlib/txtrace.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/txlib/txtrace.c
r1 r13 125 125 126 126 sprintf( trcfile, "%s-%lu", prefix, TxTrLevel); 127 TxAppendToLogFile( trcfile );127 TxAppendToLogFile( trcfile, TRUE); 128 128 } 129 129 }