mirror of
https://github.com/samba-team/samba.git
synced 2025-02-01 05:47:28 +03:00
s3-registry: fix typo in DEBUG statement.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
7d2abf520d
commit
53bff63383
@ -1040,7 +1040,7 @@ static WERROR reg_deletekey_recursive_trans(struct registry_key *parent,
|
||||
"error committing transaction: %s\n",
|
||||
win_errstr(werr)));
|
||||
} else {
|
||||
DEBUG(5, ("reg_reletekey_recursive_trans: deleted key '%s' from '%s'\n",
|
||||
DEBUG(5, ("reg_deletekey_recursive_trans: deleted key '%s' from '%s'\n",
|
||||
path, parent->key->name));
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user