* [PATCH] fix traceback in xen-bugtool when send fails
@ 2005-11-28 21:08 Paul Larson
2005-11-29 1:00 ` Ewan Mellor
0 siblings, 1 reply; 2+ messages in thread
From: Paul Larson @ 2005-11-28 21:08 UTC (permalink / raw)
To: xen-devel, ewan
I was playing with this today when I hit a traceback. Neat tool!
Signed-off-by: Paul Larson <pl@us.ibm.com>
# HG changeset patch
# User pl@us.ibm.com
# Node ID 52345e14146605704aa5aec1a957d934791eea06
# Parent 5ea875b72e0a9cd037093109cf8f1422789ede72
Fix minor traceback in xen-bugtool when send fails
diff -r 5ea875b72e0a -r 52345e141466 tools/python/xen/util/bugtool.py
--- a/tools/python/xen/util/bugtool.py Mon Nov 28 15:24:14 2005
+++ b/tools/python/xen/util/bugtool.py Mon Nov 28 21:29:06 2005
@@ -157,7 +157,7 @@
print >>sys.stderr, (
'Attach failed: %s %s.' % (response.status, response.reason))
elif not m or m.group(1) != 'Changes Submitted':
- print >>sys.syderr, (
+ print >>sys.stderr, (
'Attach failed: got a page titled %s.' % m.group(1))
else:
print "Attaching %s to bug %d succeeded." % (filename, bug)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] fix traceback in xen-bugtool when send fails
2005-11-28 21:08 [PATCH] fix traceback in xen-bugtool when send fails Paul Larson
@ 2005-11-29 1:00 ` Ewan Mellor
0 siblings, 0 replies; 2+ messages in thread
From: Ewan Mellor @ 2005-11-29 1:00 UTC (permalink / raw)
To: Paul Larson; +Cc: xen-devel
On Mon, Nov 28, 2005 at 03:08:19PM -0600, Paul Larson wrote:
> I was playing with this today when I hit a traceback. Neat tool!
> Signed-off-by: Paul Larson <pl@us.ibm.com>
Applied, thank you!
Ewan.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-11-29 1:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-28 21:08 [PATCH] fix traceback in xen-bugtool when send fails Paul Larson
2005-11-29 1:00 ` Ewan Mellor
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.