From 99376ade3540babc51ce2f36b3a2753452b8cb59 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 26 Aug 2005 18:10:55 +0000 Subject: r9658: cleanup a few debug messages (This used to be commit ddd512526c65899de50cafd95b9c64fe623153b3) --- source3/utils/profiles.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/utils') diff --git a/source3/utils/profiles.c b/source3/utils/profiles.c index 424bc36695..284e15230a 100644 --- a/source3/utils/profiles.c +++ b/source3/utils/profiles.c @@ -80,7 +80,7 @@ static BOOL copy_registry_tree( REGF_FILE *infile, REGF_NK_REC *nk, } if ( swap_sid_in_acl( new_sd, &old_sid, &new_sid ) ) - DEBUG(1,("Updating ACL for %s\n", nk->keyname )); + DEBUG(2,("Updating ACL for %s\n", nk->keyname )); regsubkey_ctr_init( &subkeys ); regval_ctr_init( &values ); @@ -113,7 +113,7 @@ static BOOL copy_registry_tree( REGF_FILE *infile, REGF_NK_REC *nk, regval_ctr_destroy( &values ); regsubkey_ctr_destroy( &subkeys ); - DEBUG(2,("[%s]\n", path)); + DEBUG(1,("[%s]\n", path)); return True; } -- cgit