~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/trace.py

Merge from bzr.dev

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"