~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/__init__.py

  • Committer: Martin Pool
  • Date: 2005-11-11 23:16:27 UTC
  • mto: (1185.33.43 bzr.dev)
  • mto: This revision was merged to the branch mainline in revision 1512.
  • Revision ID: mbp@sourcefrog.net-20051111231627-4cb27769d0eb1010
Update log message quoting

Show diffs side-by-side

added added

removed removed

Lines of Context:
323
323
        stdout = StringIO()
324
324
        stderr = StringIO()
325
325
        self.log('run bzr: %s', ' '.join(argv))
 
326
        # FIXME: don't call into logging here
326
327
        handler = logging.StreamHandler(stderr)
327
328
        handler.setFormatter(bzrlib.trace.QuietFormatter())
328
329
        handler.setLevel(logging.INFO)