/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/transport/sftp.py

  • Committer: Robey Pointer
  • Date: 2006-01-24 19:04:13 UTC
  • mto: (1534.1.14 integration)
  • mto: This revision was merged to the branch mainline in revision 1550.
  • Revision ID: robey@dhcp-192-168-1-88.danger.com-20060124190413-0bb880bf3a3247c3
correct another misspelling of warning

Show diffs side-by-side

added added

removed removed

Lines of Context:
898
898
            self._callback(s, self.stop_event)
899
899
        except Exception, x:
900
900
            # probably a failed test
901
 
            warn('Exception from within unit test server thread: %r' % x)
 
901
            warning('Exception from within unit test server thread: %r' % x)
902
902
 
903
903
    def stop(self):
904
904
        self.stop_event.set()