Author: abartlet
Date: 2006-03-11 02:06:30 +0000 (Sat, 11 Mar 2006)
New Revision: 14180

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

Log:
The PAC isn't so special that it deserves a level 0 debug any more.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/auth/kerberos/kerberos_pac.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/kerberos/kerberos_pac.c
===================================================================
--- branches/SAMBA_4_0/source/auth/kerberos/kerberos_pac.c      2006-03-10 
23:52:45 UTC (rev 14179)
+++ branches/SAMBA_4_0/source/auth/kerberos/kerberos_pac.c      2006-03-11 
02:06:30 UTC (rev 14180)
@@ -303,7 +303,7 @@
        }
 #endif
 
-       DEBUG(0,("account_name: %s [%s]\n",
+       DEBUG(3,("Found account name from PAC: %s [%s]\n",
                 logon_info->info3.base.account_name.string, 
                 logon_info->info3.base.full_name.string));
        *pac_data_out = pac_data;

Reply via email to