diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-07-09 19:11:38 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-07-09 19:11:38 +0000 |
commit | 2a1e3b75488081a9451363714b9e5dc0f8839582 (patch) | |
tree | c007551376549dc23fb4590649c47621705f3f22 /docs | |
parent | 990d5f3e79a0b7a11f92ea51240c358ea7312a01 (diff) | |
download | samba-2a1e3b75488081a9451363714b9e5dc0f8839582.tar.gz samba-2a1e3b75488081a9451363714b9e5dc0f8839582.tar.xz samba-2a1e3b75488081a9451363714b9e5dc0f8839582.zip |
Don't print status message for every smb.conf option processed - it makes tracking down errors difficult
(This used to be commit bfa1a247b088735a5a5b891a831acdd9188b78c7)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docbook/smbdotconf/generate-context.xsl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/docbook/smbdotconf/generate-context.xsl b/docs/docbook/smbdotconf/generate-context.xsl index b2bf957f6c5..4afba52a863 100644 --- a/docs/docbook/smbdotconf/generate-context.xsl +++ b/docs/docbook/smbdotconf/generate-context.xsl @@ -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> |