summaryrefslogtreecommitdiff
path: root/source3/registry/reg_backend_shares.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/registry/reg_backend_shares.c')
-rw-r--r--source3/registry/reg_backend_shares.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/registry/reg_backend_shares.c b/source3/registry/reg_backend_shares.c
index 733f80f716..143e79fc9b 100644
--- a/source3/registry/reg_backend_shares.c
+++ b/source3/registry/reg_backend_shares.c
@@ -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 );