From 03dbdb561a16a6e3dbd99ee29aac598457873002 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 13 Jun 2007 10:06:17 +0000 Subject: [PATCH] r23458: Cosmetic fix in debug output. --- source/registry/reg_db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/registry/reg_db.c b/source/registry/reg_db.c index 905a21ae003..fba5cdef3f4 100644 --- a/source/registry/reg_db.c +++ b/source/registry/reg_db.c @@ -470,7 +470,7 @@ BOOL regdb_store_keys( const char *key, REGSUBKEY_CTR *ctr ) /* create a record with 0 subkeys */ if ( !regdb_store_keys_internal( path, subkeys ) ) { DEBUG(0,("regdb_store_keys: Failed to store " - "new record for key [%s}\n", path )); + "new record for key [%s]\n", path )); goto fail; } }