mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
s3:registry: fix debug message in regdb_store_values_internal()
Signed-off-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
44159330db
commit
f4747250ea
@ -1903,7 +1903,7 @@ static NTSTATUS regdb_store_values_internal(struct db_context *db,
|
||||
int len;
|
||||
NTSTATUS status;
|
||||
|
||||
DEBUG(10,("regdb_store_values: Looking for value of key [%s] \n", key));
|
||||
DEBUG(10,("regdb_store_values: Looking for values of key [%s]\n", key));
|
||||
|
||||
if (!regdb_key_exists(db, key)) {
|
||||
status = NT_STATUS_NOT_FOUND;
|
||||
|
Loading…
Reference in New Issue
Block a user