From 0d4e977f5d4a05d01fe9a444623675d55a75b676 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 19 Jun 2007 21:08:46 +0000 Subject: r23548: Fix comments. Michael (This used to be commit 73e41c1d0a7af7488b35b54182ea532103b51fd4) --- source3/param/loadparm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source3/param/loadparm.c') diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 01bc798449..09eeaeee56 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -3136,7 +3136,7 @@ static BOOL process_registry_globals(BOOL (*pfunc)(const char *, const char *)) KEY_SMBCONF, GLOBAL_NAME); normalize_dbkey(keystr); - DEBUG(10, ("process_registry_shares: fetching key '%s'\n", + DEBUG(10, ("process_registry_globals: fetching key '%s'\n", keystr)); data = tdb_fetch_bystring(reg_tdb->tdb, keystr); @@ -3150,7 +3150,7 @@ static BOOL process_registry_globals(BOOL (*pfunc)(const char *, const char *)) /* unpack number of values */ len = tdb_unpack(buf, buflen, "d", &num_values); - DEBUG(10, ("process_registry_shares: got %d values from tdb\n", + DEBUG(10, ("process_registry_globals: got %d values from tdb\n", num_values)); /* unpack the values */ @@ -3168,7 +3168,7 @@ static BOOL process_registry_globals(BOOL (*pfunc)(const char *, const char *)) "parameter 'include' in registry.\n")); continue; } - DEBUG(10, ("process_registry_shares: got value '%s'\n", + DEBUG(10, ("process_registry_globals: got value '%s'\n", valname)); if (size && data_p) { err = registry_pull_value(reg_tdb, -- cgit