summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2011-06-19 01:17:44 +0400
committerMatthieu Patou <mat@samba.org>2011-06-19 23:21:08 +0200
commit89684895ee96741cdf2f88dc812496714df70fbb (patch)
tree477f045df18fcc2b4b00c0096220f4f4cefa72d1
parent8a19e1ecfb716579e662d2d6b6bceeccbf7e7741 (diff)
downloadsamba-89684895ee96741cdf2f88dc812496714df70fbb.tar.gz
s4-upgradeprovision: improve message output
-rwxr-xr-xsource4/scripting/python/samba/upgradehelpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/upgradehelpers.py b/source4/scripting/python/samba/upgradehelpers.py
index 47ea660e435..e15523033fb 100755
--- a/source4/scripting/python/samba/upgradehelpers.py
+++ b/source4/scripting/python/samba/upgradehelpers.py
@@ -440,7 +440,7 @@ def update_secrets(newsecrets_ldb, secrets_ldb, messagefunc):
of the updated provision
"""
- messagefunc(SIMPLE, "update secrets.ldb")
+ messagefunc(SIMPLE, "Update of secrets.ldb")
reference = newsecrets_ldb.search(expression="dn=@MODULES", base="",
scope=SCOPE_SUBTREE)
current = secrets_ldb.search(expression="dn=@MODULES", base="",