Mailing List Archive

Added xen-hotplug.log to the files to collect.
# HG changeset patch
# User emellor@leeni.uk.xensource.com
# Node ID 1caed7031f6bd896b26eedcc337f519bf3d2787c
# Parent 74b7a81e5eed8efd4ad3adcedc3933c1b6373415
Added xen-hotplug.log to the files to collect.

Signed-off-by: Ewan Mellor <ewan@xensource.com>

diff -r 74b7a81e5eed -r 1caed7031f6b tools/python/xen/util/bugtool.py
--- a/tools/python/xen/util/bugtool.py Fri Dec 2 01:34:39 2005
+++ b/tools/python/xen/util/bugtool.py Fri Dec 2 15:33:38 2005
@@ -41,9 +41,10 @@

TITLE_RE = re.compile(r'<title>(.*)</title>')

-FILES_TO_SEND = [ '/var/log/syslog', '/var/log/messages', '/var/log/debug',
- '/var/log/xend.log', '/var/log/xend-debug.log',
- '/var/log/xenstored-trace.log' ]
+FILES_TO_SEND = [. '/var/log/' + x for x in
+ [ 'syslog', 'messages', 'debug',
+ 'xend.log', 'xend-debug.log', 'xenstored-trace.log',
+ 'xen-hotplug.log' ] ]
#FILES_TO_SEND = [ ]



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