~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/trace.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-01-24 22:58:48 UTC
  • mfrom: (2242.1.1 bzr.dev.plus.0.14)
  • Revision ID: pqm@pqm.ubuntu.com-20070124225848-73ee49f6aeb7ea18
merge from bzr.0.14 branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
        if tf.tell() == 0:
155
155
            tf.write("\nthis is a debug log for diagnosing/reporting problems in bzr\n")
156
156
            tf.write("you can delete or truncate this file, or include sections in\n")
157
 
            tf.write("bug reports to bazaar-ng@lists.canonical.com\n\n")
 
157
            tf.write("bug reports to bazaar@lists.canonical.com\n\n")
158
158
        _file_handler = logging.StreamHandler(tf)
159
159
        fmt = r'[%(process)5d] %(asctime)s.%(msecs)03d %(levelname)s: %(message)s'
160
160
        datefmt = r'%a %H:%M:%S'
309
309
                        sys.platform)
310
310
    print >>err_file, 'arguments: %r' % sys.argv
311
311
    print >>err_file
312
 
    print >>err_file, "** please send this report to bazaar-ng@lists.ubuntu.com"
 
312
    print >>err_file, "** please send this report to bazaar@lists.ubuntu.com"