aboutsummaryrefslogtreecommitdiffstats
path: root/main/xen/xenstored.initd
diff options
context:
space:
mode:
authorRoger Pau Monne <roger.pau@citrix.com>2012-11-16 17:53:17 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2012-11-19 12:16:07 +0000
commit9b20bafcd48738a6ddcf6e7f39744eb117b41e82 (patch)
treed276c8d7013fab4db012a8c4d805edc95452856f /main/xen/xenstored.initd
parent22809ecb412e53ecc84ef1213fcdfc3afa124909 (diff)
downloadaports-9b20bafcd48738a6ddcf6e7f39744eb117b41e82.tar.bz2
aports-9b20bafcd48738a6ddcf6e7f39744eb117b41e82.tar.xz
xen: fix misuse of einfo in xenstore.initd
Signed-off-by: Roger Pau Monne <roger.pau@citrix.com>
Diffstat (limited to 'main/xen/xenstored.initd')
-rw-r--r--main/xen/xenstored.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xen/xenstored.initd b/main/xen/xenstored.initd
index 6187c02cc2..70ae2149ed 100644
--- a/main/xen/xenstored.initd
+++ b/main/xen/xenstored.initd
@@ -45,7 +45,7 @@ start() {
wait_xenstored_up
eend $? || return 1
- einfo "Setting domain0 name record"
+ ebegin "Setting domain0 name record"
/usr/bin/xenstore-write "/local/domain/0/name" "Domain-0"
eend $*
}