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

upgradeprovision: fix a typo

This commit is contained in:
Matthieu Patou 2010-09-26 04:58:37 +04:00
parent 873bd98904
commit c680a42504

View File

@ -932,7 +932,7 @@ def update_present(ref_samdb, samdb, basedn, listPresent, usns, invocationid):
if attrUSN:
message(CHANGE, "%sAttribute: %s will be modified"
"/deleted it was last modified"
"during a provision, current usn:"
" during a provision, current usn:"
"%d" % (txt, att, attrUSN))
txt = ""
else: