summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2007-09-12 04:58:28 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:37 -0500
commitbc9f1bf210d386453d154381a99571eb3aed14bb (patch)
treed7d754ef418453ac516558319258a8bed788de0a
parenta4aab0df607332295064c27ade09f2458fdb8979 (diff)
downloadsamba-bc9f1bf210d386453d154381a99571eb3aed14bb.tar.gz
samba-bc9f1bf210d386453d154381a99571eb3aed14bb.tar.bz2
samba-bc9f1bf210d386453d154381a99571eb3aed14bb.zip
Fix for Bug#4731. Reporter: Debian package maintainers.
(This used to be commit b8563c0787a24b3a99cd66b16a8e658f5f70dc58)
-rw-r--r--docs/smbdotconf/logging/syslog.xml3
-rw-r--r--docs/smbdotconf/logging/syslogonly.xml3
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/smbdotconf/logging/syslog.xml b/docs/smbdotconf/logging/syslog.xml
index 1e968738e4..0e4c4ae2b8 100644
--- a/docs/smbdotconf/logging/syslog.xml
+++ b/docs/smbdotconf/logging/syslog.xml
@@ -13,7 +13,8 @@
<para>
This parameter sets the threshold for sending messages to syslog. Only messages with debug
- level less than this value will be sent to syslog.
+ level less than this value will be sent to syslog. There still will be some
+ logging to log.[sn]mbd even if <emphasis>syslog only<emphasis> is enabled.
</para>
</description>
<value type="default">1</value>
diff --git a/docs/smbdotconf/logging/syslogonly.xml b/docs/smbdotconf/logging/syslogonly.xml
index e91970c6ff..a605e44d04 100644
--- a/docs/smbdotconf/logging/syslogonly.xml
+++ b/docs/smbdotconf/logging/syslogonly.xml
@@ -6,7 +6,8 @@
<description>
<para>
If this parameter is set then Samba debug messages are logged into the system
- syslog only, and not to the debug log files.
+ syslog only, and not to the debug log files. There still will be some
+ logging to log.[sn]mbd even if <emphasis>syslog only<emphasis> is enabled.
</para>
</description>
<value type="default">no</value>