1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

s4-upgradeprovision: improve message output

This commit is contained in:
Matthieu Patou 2011-06-19 01:17:44 +04:00 committed by Matthieu Patou
parent 8a19e1ecfb
commit 89684895ee

View File

@ -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="",