summaryrefslogtreecommitdiffstats
path: root/source/registry/reg_db.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-06-13 10:06:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:17 -0500
commit03dbdb561a16a6e3dbd99ee29aac598457873002 (patch)
treedd738dbc32f90d7e9f2b3d277718e442c7dd2d7c /source/registry/reg_db.c
parent0342ce7057045a362134281bcc7030111276dea0 (diff)
downloadsamba-03dbdb561a16a6e3dbd99ee29aac598457873002.tar.gz
samba-03dbdb561a16a6e3dbd99ee29aac598457873002.tar.xz
samba-03dbdb561a16a6e3dbd99ee29aac598457873002.zip
r23458: Cosmetic fix in debug output.
Diffstat (limited to 'source/registry/reg_db.c')
-rw-r--r--source/registry/reg_db.c2
1 files changed, 1 insertions, 1 deletions
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;
}
}