svn commit: samba r9658 - in branches/SAMBA_3_0/source/utils: .

jerry at samba.org jerry at samba.org
Fri Aug 26 18:10:56 GMT 2005


Author: jerry
Date: 2005-08-26 18:10:55 +0000 (Fri, 26 Aug 2005)
New Revision: 9658

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9658

Log:
cleanup a few debug messages
Modified:
   branches/SAMBA_3_0/source/utils/profiles.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/profiles.c
===================================================================
--- branches/SAMBA_3_0/source/utils/profiles.c	2005-08-26 18:10:21 UTC (rev 9657)
+++ branches/SAMBA_3_0/source/utils/profiles.c	2005-08-26 18:10:55 UTC (rev 9658)
@@ -80,7 +80,7 @@
 	}
 
 	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 @@
 	regval_ctr_destroy( &values );
 	regsubkey_ctr_destroy( &subkeys );
 
-	DEBUG(2,("[%s]\n", path));
+	DEBUG(1,("[%s]\n", path));
 
 	return True;
 }



More information about the samba-cvs mailing list