BIND 10 trac1071, updated. e3d273a6048b48b7b39d55087d3a6b7ca0a623eb [trac1071] README tweak
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jul 4 14:32:32 UTC 2011
The branch, trac1071 has been updated
via e3d273a6048b48b7b39d55087d3a6b7ca0a623eb (commit)
from 95e0a157b2ae5a4027c06b7bb1aec04f9eb883fd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e3d273a6048b48b7b39d55087d3a6b7ca0a623eb
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Mon Jul 4 16:32:14 2011 +0200
[trac1071] README tweak
-----------------------------------------------------------------------
Summary of changes:
src/lib/log/README | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/log/README b/src/lib/log/README
index 23196fa..3747cb1 100644
--- a/src/lib/log/README
+++ b/src/lib/log/README
@@ -143,7 +143,7 @@ Points to note:
indicates that there was a problem in a write operation.
* The rest of the line - from the first non-space character to the
- last non- space character - is taken exactly as-is for the text
+ last non- space character - is taken exactly for the text
of the message. There are no restrictions on what characters may
be in this text, other than they be printable. (This means that
both single-quote (') and double-quote (") characters are allowed.)
@@ -151,7 +151,8 @@ Points to note:
"%2" etc.). When a message is logged, these are replaced with the
arguments passed to the logging call: %1 refers to the first argument,
%2 to the second etc. Within the message text, the placeholders
- can appear in any order and placeholders can be repeated.
+ can appear in any order and placeholders can be repeated. Otherwise,
+ the message is printed unmodified.
* Remaining lines indicate an explanation for the preceding message. These
are intended to be processed by a separate program and used to generate
More information about the bind10-changes
mailing list