ia64/xen-unstable
changeset 7210:db651da37899
Fix typo.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | emellor@ewan |
---|---|
date | Tue Oct 04 17:54:33 2005 +0100 (2005-10-04) |
parents | bc325488f47f |
children | 00037ba13f0b |
files | tools/python/xen/xend/XendCheckpoint.py |
line diff
1.1 --- a/tools/python/xen/xend/XendCheckpoint.py Tue Oct 04 17:49:52 2005 +0100 1.2 +++ b/tools/python/xen/xend/XendCheckpoint.py Tue Oct 04 17:54:33 2005 +0100 1.3 @@ -177,7 +177,7 @@ def forkHelper(cmd, fd, inputHandler, cl 1.4 if fd == child.childerr.fileno(): 1.5 lasterr = child.childerr.readline().rstrip() 1.6 log.error('%s', lasterr) 1.7 - else 1.8 + else: 1.9 l = child.fromchild.readline().rstrip() 1.10 while l: 1.11 log.debug('%s', l)