]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
python: correct a copy-paste error
authorAlex Jia <ajia@redhat.com>
Wed, 1 Feb 2012 07:00:12 +0000 (15:00 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 1 Feb 2012 09:26:57 +0000 (10:26 +0100)
* python/libvirt-override-virStream.py: fix a copy-paste error in sendAll().

Signed-off-by: Alex Jia <ajia@redhat.com>
python/libvirt-override-virStream.py

index ff53a16c8ea3f27221f4437a2fbc836b69cda210..b5cec2a0f9fab3e286f37fc689e8075f38cb5a90 100644 (file)
@@ -86,7 +86,7 @@
 
             ret = self.send(got)
             if ret == -2:
-                raise libvirtError("cannot use recvAll with "
+                raise libvirtError("cannot use sendAll with "
                                    "nonblocking stream")
 
     def recv(self, nbytes):