svn commit: samba r14914 - in branches/SAMBA_4_0/source/param: .

jelmer at samba.org jelmer at samba.org
Tue Apr 4 17:48:53 GMT 2006


Author: jelmer
Date: 2006-04-04 17:48:53 +0000 (Tue, 04 Apr 2006)
New Revision: 14914

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

Log:
Remove printf statement I accidently committed.

Modified:
   branches/SAMBA_4_0/source/param/util.c


Changeset:
Modified: branches/SAMBA_4_0/source/param/util.c
===================================================================
--- branches/SAMBA_4_0/source/param/util.c	2006-04-04 17:10:07 UTC (rev 14913)
+++ branches/SAMBA_4_0/source/param/util.c	2006-04-04 17:48:53 UTC (rev 14914)
@@ -184,7 +184,6 @@
 	char *path = modules_path(mem_ctx, subsystem);
 	init_module_fn *ret;
 
-	printf("MODULESDIR: %s\n", path);
 	ret = load_modules(mem_ctx, path);
 
 	talloc_free(path);



More information about the samba-cvs mailing list