~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/msgeditor.py

  • Committer: Andrew Bennetts
  • Date: 2008-12-19 06:12:28 UTC
  • mto: This revision was merged to the branch mainline in revision 3911.
  • Revision ID: andrew.bennetts@canonical.com-20081219061228-jnw1n111u3impfi0
Tweak warning slightly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
                    # environment variable or config file) said to try it.  Let
71
71
                    # the user know their configuration is broken.
72
72
                    trace.warning(
73
 
                        "Could not start editor %s: %s (specified by %s)\n"
74
 
                        % (candidate, str(e), candidate_source))
 
73
                        'Could not start editor "%s" (specified by %s): %s\n'
 
74
                        % (candidate, candidate_source, str(e)))
75
75
                continue
76
76
            raise
77
77
        if x == 0: