svn commit: samba r5561 - in branches/SAMBA_3_0_RELEASE/source/libsmb: .

jerry at samba.org jerry at samba.org
Fri Feb 25 15:23:34 GMT 2005


Author: jerry
Date: 2005-02-25 15:23:33 +0000 (Fri, 25 Feb 2005)
New Revision: 5561

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

Log:
make sure session setup message is displayed after changes to client.c
Modified:
   branches/SAMBA_3_0_RELEASE/source/libsmb/clidfs.c


Changeset:
Modified: branches/SAMBA_3_0_RELEASE/source/libsmb/clidfs.c
===================================================================
--- branches/SAMBA_3_0_RELEASE/source/libsmb/clidfs.c	2005-02-25 15:22:49 UTC (rev 5560)
+++ branches/SAMBA_3_0_RELEASE/source/libsmb/clidfs.c	2005-02-25 15:23:33 UTC (rev 5561)
@@ -145,10 +145,10 @@
 
 	if ( show_sessetup ) {
 		if (*c->server_domain) {
-			DEBUG(1,("Domain=[%s] OS=[%s] Server=[%s]\n",
+			DEBUG(0,("Domain=[%s] OS=[%s] Server=[%s]\n",
 				c->server_domain,c->server_os,c->server_type));
 		} else if (*c->server_os || *c->server_type){
-			DEBUG(1,("OS=[%s] Server=[%s]\n",
+			DEBUG(0,("OS=[%s] Server=[%s]\n",
 				 c->server_os,c->server_type));
 		}		
 	}



More information about the samba-cvs mailing list