netcmd/domain: improve error message grammar
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 11 May 2016 23:38:09 +0000 (11:38 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Fri, 19 Aug 2016 15:30:39 +0000 (17:30 +0200)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Autobuild-User(master): Douglas Bagnall <dbagnall@samba.org>
Autobuild-Date(master): Fri Aug 19 17:30:39 CEST 2016 on sn-devel-144

python/samba/netcmd/domain.py

index fd26d939cf6a08e5713c936dd2f7bf74ba4df885..d92820a332926ba75ba6d2f18dfc689764e3835d 100644 (file)
@@ -419,7 +419,7 @@ class cmd_domain_provision(Command):
                                           "O:S-1-5-32G:S-1-5-32", "S-1-5-32", "native")
                     eadb = False
                 except Exception:
-                    self.logger.info("You are not root or your system do not support xattr, using tdb backend for attributes. ")
+                    self.logger.info("You are not root or your system does not support xattr, using tdb backend for attributes. ")
             finally:
                 file.close()
 
@@ -1530,7 +1530,7 @@ class cmd_domain_classicupgrade(Command):
                     eadb = False
                 except Exception:
                     # FIXME: Don't catch all exceptions here
-                    logger.info("You are not root or your system do not support xattr, using tdb backend for attributes. "
+                    logger.info("You are not root or your system does 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.")
             finally:
                 tmpfile.close()