s3: Fix some DEBUG statements
authorVolker Lendecke <vl@samba.org>
Sun, 7 Feb 2010 19:55:13 +0000 (20:55 +0100)
committerVolker Lendecke <vl@samba.org>
Sun, 7 Feb 2010 19:56:09 +0000 (20:56 +0100)
source3/registry/reg_backend_shares.c

index 733f80f716b3ed61c8b339141e18511b7086da68..143e79fc9b8662c09210a9f2b07162e88f4f768e 100644 (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 );