svn commit: samba r18196 - in branches/SAMBA_3_0/source/nsswitch: .

jra at samba.org jra at samba.org
Thu Sep 7 01:07:44 GMT 2006


Author: jra
Date: 2006-09-07 01:07:43 +0000 (Thu, 07 Sep 2006)
New Revision: 18196

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

Log:
Fix debug message (this should be online not offline).
Jeremy.

Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd_cm.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_cm.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_cm.c	2006-09-06 22:29:40 UTC (rev 18195)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_cm.c	2006-09-07 01:07:43 UTC (rev 18196)
@@ -146,7 +146,7 @@
 
 void set_domain_online(struct winbindd_domain *domain)
 {
-	DEBUG(10,("set_domain_offline: called for domain %s\n",
+	DEBUG(10,("set_domain_online: called for domain %s\n",
 		domain->name ));
 
 	if (get_global_winbindd_state_offline()) {



More information about the samba-cvs mailing list