~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/trace.py

  • Committer: John Arbash Meinel
  • Date: 2007-02-13 13:38:16 UTC
  • mto: This revision was merged to the branch mainline in revision 2294.
  • Revision ID: john@arbash-meinel.com-20070213133816-r6swt6ibvtms473f
remove get_cached_utf8 checks which were slowing things down.

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"