diff options
author | Matthieu Patou <mat@matws.net> | 2011-06-19 01:17:44 +0400 |
---|---|---|
committer | Matthieu Patou <mat@samba.org> | 2011-06-19 23:21:08 +0200 |
commit | 89684895ee96741cdf2f88dc812496714df70fbb (patch) | |
tree | 477f045df18fcc2b4b00c0096220f4f4cefa72d1 | |
parent | 8a19e1ecfb716579e662d2d6b6bceeccbf7e7741 (diff) | |
download | samba-89684895ee96741cdf2f88dc812496714df70fbb.tar.gz samba-89684895ee96741cdf2f88dc812496714df70fbb.tar.bz2 samba-89684895ee96741cdf2f88dc812496714df70fbb.zip |
s4-upgradeprovision: improve message output
-rwxr-xr-x | source4/scripting/python/samba/upgradehelpers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/upgradehelpers.py b/source4/scripting/python/samba/upgradehelpers.py index 47ea660e43..e15523033f 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="", |