From 74ed48aa1cf6169757a397ad89dfe88736b0468b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 13 Jun 2010 15:57:44 +0200 Subject: Friendlier message. --- source4/setup/provision | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/setup/provision') diff --git a/source4/setup/provision b/source4/setup/provision index 4027c85e59..7730294833 100755 --- a/source4/setup/provision +++ b/source4/setup/provision @@ -225,8 +225,8 @@ elif opts.use_xattrs == "auto": except: # XXX: Should catch a specific exception here if lp.get("posix:eadb") is None: - logger.info("Notice: you are not root or your system do not support xattr, tdb backend for attributes has been selected") - logger.info(" if you intend to use this provision in production you'd better rerun the script as root on a system supporting xattr") + logger.info("You are not root or your system do not support xattr, using tdb backend for attributes. " + "If you intend to use this provision in production, rerun the script as root on a system supporting xattrs.") file.close() -- cgit