mirror of
https://github.com/samba-team/samba.git
synced 2025-02-09 09:57:48 +03:00
Fix a DEBUG statement.
Michael
This commit is contained in:
parent
a4ef828102
commit
18360b852c
@ -286,7 +286,7 @@ bool regdb_init( void )
|
||||
/* always setup the necessary keys and values */
|
||||
|
||||
if ( !init_registry_data() ) {
|
||||
DEBUG(0,("init_registry: Failed to initialize data in registry!\n"));
|
||||
DEBUG(0,("regdb_init: Failed to initialize data in registry!\n"));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user