aboutsummaryrefslogtreecommitdiffstats
path: root/tools/hotplug
diff options
context:
space:
mode:
authorIan Jackson <Ian.Jackson@eu.citrix.com>2010-07-09 18:46:07 +0100
committerIan Jackson <Ian.Jackson@eu.citrix.com>2010-07-09 18:46:07 +0100
commitec9afc69feee816919cf9388df8e49e005a348b8 (patch)
tree720aa23b880cb23737f634e7937b290965e6ff73 /tools/hotplug
parentc415ceb08e33411ec4f7bf472982116b4170489e (diff)
downloadxen-ec9afc69feee816919cf9388df8e49e005a348b8.tar.gz
xen-ec9afc69feee816919cf9388df8e49e005a348b8.tar.bz2
xen-ec9afc69feee816919cf9388df8e49e005a348b8.zip
tools/hotplug: xencommons: xenconsoled tracing
cut and paste error lead to using the xenstored command line syntax for xenconsoled. Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/hotplug')
-rw-r--r--tools/hotplug/Linux/init.d/xencommons2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hotplug/Linux/init.d/xencommons b/tools/hotplug/Linux/init.d/xencommons
index 08fa09bbc7..ed6ebfd6a9 100644
--- a/tools/hotplug/Linux/init.d/xencommons
+++ b/tools/hotplug/Linux/init.d/xencommons
@@ -68,7 +68,7 @@ do_start () {
fi
echo Starting xenconsoled...
- test -z "$XENCONSOLED_TRACE" || XENCONSOLED_ARGS=" -T /var/log/xen/xenstored-trace.log"
+ test -z "$XENCONSOLED_TRACE" || XENCONSOLED_ARGS=" --log=$XENCONSOLED_TRACE"
xenconsoled --pid-file=$XENCONSOLED_PIDFILE $XENCONSOLED_ARGS
test -z "$XENBACKENDD_DEBUG" || XENBACKENDD_ARGS="-d"
test "`uname`" != "NetBSD" || xenbackendd $XENBACKENDD_ARGS