Changeset 13 for trunk/txlib/txtrace.c

Show
Ignore:
Timestamp:
05/13/06 20:33:09 (3 years ago)
Author:
jvw
Message:

Logfile size-limit and automatic logfile rotation, very useful for crash tracing

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/txlib/txtrace.c

    r1 r13  
    125125 
    126126         sprintf( trcfile, "%s-%lu", prefix, TxTrLevel); 
    127          TxAppendToLogFile( trcfile); 
     127         TxAppendToLogFile( trcfile, TRUE); 
    128128      } 
    129129   }