Friendlier message.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 13 Jun 2010 13:57:44 +0000 (15:57 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 13 Jun 2010 16:19:03 +0000 (18:19 +0200)
source4/setup/provision

index 4027c85e591def8a9cfa4dcf96d0f03322f11ce6..7730294833bccc66adab49142cab69032dc552d5 100755 (executable)
@@ -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()