1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

Don't print status message for every smb.conf option processed - it makes tracking down errors difficult

(This used to be commit bfa1a247b088735a5a5b891a831acdd9188b78c7)
This commit is contained in:
Jelmer Vernooij 2003-07-09 19:11:38 +00:00
parent 990d5f3e79
commit 2a1e3b7548

View File

@ -24,12 +24,6 @@
</xsl:template>
<xsl:template match="//samba:parameter">
<xsl:message>
<xsl:text>Processing samba:parameter (</xsl:text>
<xsl:value-of select="@name"/>
<xsl:text>)</xsl:text>
</xsl:message>
<xsl:variable name="name"><xsl:value-of select="translate(translate(string(@name),' ',''),
'abcdefghijklmnopqrstuvwxyz','ABCDEFGHIJKLMNOPQRSTUVWXYZ')"/>
</xsl:variable>