144
122
tf = codecs.open(trace_fname, 'at', 'utf8', buffering=LINE_BUFFERED)
147
125
tf.write("\nthis is a debug log for diagnosing/reporting problems in bzr\n")
148
126
tf.write("you can delete or truncate this file, or include sections in\n")
149
127
tf.write("bug reports to bazaar-ng@lists.canonical.com\n\n")