WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Fix typo.

# HG changeset patch
# User emellor@ewan
# Node ID db651da378993509fa67e57ded1869c918356f4a
# Parent  bc325488f47f7bf986a7c3a5e106d4db1a68d68e
Fix typo.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r bc325488f47f -r db651da37899 tools/python/xen/xend/XendCheckpoint.py
--- a/tools/python/xen/xend/XendCheckpoint.py   Tue Oct  4 16:49:52 2005
+++ b/tools/python/xen/xend/XendCheckpoint.py   Tue Oct  4 16:54:33 2005
@@ -177,7 +177,7 @@
             if fd == child.childerr.fileno():
                 lasterr = child.childerr.readline().rstrip()
                 log.error('%s', lasterr)
-            else
+            else:
                 l = child.fromchild.readline().rstrip()
                 while l:
                     log.debug('%s', l)

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix typo., Xen patchbot -unstable <=