~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/trace.py

  • Committer: Andrew Bennetts
  • Date: 2007-04-10 05:49:02 UTC
  • mfrom: (2401 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2402.
  • Revision ID: andrew.bennetts@canonical.com-20070410054902-iphhiovkapcnzl9k
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
 
182
182
    The exception string representation is used as the error
183
183
    summary, unless msg is given.
 
184
 
 
185
    Please see log_exception_quietly() for the replacement API.
184
186
    """
185
187
    if msg:
186
188
        error(msg)