~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/trace.py

  • Committer: Wouter van Heyst
  • Date: 2007-01-18 18:22:01 UTC
  • mto: (2234.3.3 0.14)
  • mto: This revision was merged to the branch mainline in revision 2243.
  • Revision ID: larstiq@larstiq.dyndns.org-20070118182201-g9fuw9pr294wejas
Update the mailing list address.

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"