[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sun Feb 7 12:57:06 MST 2010


The branch, master has been updated
       via  1b4a3cc... s3: Fix some DEBUG statements
      from  6e510b4... s3: Make cli_get_fs_volume_info() use cli_trans()

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 1b4a3cc3f49055b4fcdaa021e826660e7e33095a
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Feb 7 20:55:13 2010 +0100

    s3: Fix some DEBUG statements

-----------------------------------------------------------------------

Summary of changes:
 source3/registry/reg_backend_shares.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/registry/reg_backend_shares.c b/source3/registry/reg_backend_shares.c
index 733f80f..143e79f 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 );
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list