s3:registry: fix debug message in regdb_store_values_internal()
authorMichael Adam <obnox@samba.org>
Fri, 30 Mar 2012 13:39:58 +0000 (15:39 +0200)
committerAndreas Schneider <asn@samba.org>
Wed, 25 Apr 2012 12:31:09 +0000 (14:31 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
source3/registry/reg_backend_db.c

index 9d322fc1ccc0b65442d6f7e38c2c265ba52f4edc..24f6a72b953d30e8da1f534c8d6c8dcba2d017cb 100644 (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;