1
0
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:
Michael Adam 2012-03-30 15:39:58 +02:00 committed by Andreas Schneider
parent 44159330db
commit f4747250ea

View File

@ -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;