~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/trace.py

  • Committer: Aaron Bentley
  • Date: 2005-07-28 18:46:35 UTC
  • mto: (1092.1.41) (1185.3.4) (974.1.47)
  • mto: This revision was merged to the branch mainline in revision 1020.
  • Revision ID: abentley@panoramicfeedback.com-20050728184635-2461268fd9d1e8d1
Added default backups for merge-revert

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
 
54
54
def _write_trace(msg):
55
 
    if _tracefile:
56
 
        _tracefile.write(_logprefix + msg + '\n')
 
55
    if 0:
 
56
        if _tracefile:
 
57
            _tracefile.write(_logprefix + msg + '\n')
57
58
 
58
59
 
59
60
def warning(msg):