/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/smart/client.py

  • Committer: Andrew Bennetts
  • Date: 2008-05-16 07:32:33 UTC
  • mto: This revision was merged to the branch mainline in revision 3428.
  • Revision ID: andrew.bennetts@canonical.com-20080516073233-7pks43bp89dwrehf
Fix unsubstituted '%d' in reconnection warning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
                    # we recognise the protocol version.
77
77
                    warning(
78
78
                        'Server does not understand Bazaar network protocol %d,'
79
 
                        ' reconnecting.  (Upgrade the server to avoid this.)')
 
79
                        ' reconnecting.  (Upgrade the server to avoid this.)'
 
80
                        % (protocol_version,))
80
81
                    self._medium.disconnect()
81
82
                    continue
82
83
                else: