1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r23458: Cosmetic fix in debug output.

This commit is contained in:
Michael Adam 2007-06-13 10:06:17 +00:00 committed by Gerald (Jerry) Carter
parent 0342ce7057
commit 03dbdb561a

View File

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