1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-03 17:05:54 +03:00

s3: Fix some DEBUG statements

This commit is contained in:
Volker Lendecke 2010-02-07 20:55:13 +01:00
parent 6e510b49c0
commit 1b4a3cc3f4

View File

@ -71,7 +71,7 @@ static int shares_subkey_info( const char *key, struct regsubkey_ctr *subkey_ctr
bool top_level = False;
int num_subkeys = 0;
DEBUG(10,("printing_subkey_info: key=>[%s]\n", key));
DEBUG(10, ("shares_subkey_info: key=>[%s]\n", key));
path = trim_reg_path( key );
@ -105,7 +105,7 @@ static int shares_value_info(const char *key, struct regval_ctr *val)
bool top_level = False;
int num_values = 0;
DEBUG(10,("printing_value_info: key=>[%s]\n", key));
DEBUG(10, ("shares_value_info: key=>[%s]\n", key));
path = trim_reg_path( key );