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:
parent
0342ce7057
commit
03dbdb561a
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user