]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Update classification document to match the debug output
authorShawn Routhier <sar@isc.org>
Mon, 6 Jun 2016 20:10:26 +0000 (13:10 -0700)
committerShawn Routhier <sar@isc.org>
Mon, 6 Jun 2016 20:10:26 +0000 (13:10 -0700)
The debug output was modified to output text strings using
single quotes instead of double quotes but the document missed
getting this update.

ChangeLog
doc/guide/classify.xml

index 452e5cf01273867f589e05f1ca843c2f66cd550c..04bc368b3e5870f91bd0eee1aba84d1daf0b15c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1120.  [bug]           sar
+       Update the classification document to match the output from
+       the debug statements.
+       (Trac NA, git TBD)
+
 1119.  [func]          sar
        Add debug logging to the classification tokens.  This uses
        the loggers "kea-dhcp4.eval" and "kea-dhcp6.eval" to capture
index ec640f8d2d430dd42cb777e9c193da7924f77a29..869218de7f1d99f90d9539e756b0013e113e09be 100644 (file)
      The logging might then resemble this:
        <screen>
        2016-05-19 13:35:04.163 DEBUG [kea.eval/44478] EVAL_DEBUG_OPTION Pushing option 61 with value 0x666F6F626172
-       2016-05-19 13:35:04.164 DEBUG [kea.eval/44478] EVAL_DEBUG_STRING Pushing text string "0"
-       2016-05-19 13:35:04.165 DEBUG [kea.eval/44478] EVAL_DEBUG_STRING Pushing text string "3"
+       2016-05-19 13:35:04.164 DEBUG [kea.eval/44478] EVAL_DEBUG_STRING Pushing text string '0'
+       2016-05-19 13:35:04.165 DEBUG [kea.eval/44478] EVAL_DEBUG_STRING Pushing text string '3'
        2016-05-19 13:35:04.166 DEBUG [kea.eval/44478] EVAL_DEBUG_SUBSTRING Popping length 3, start 0,
        string 0x666F6F626172 pushing result 0x666F6F
-       2016-05-19 13:35:04.167 DEBUG [kea.eval/44478] EVAL_DEBUG_STRING Pushing text string "foo"
-       2016-05-19 13:35:04.168 DEBUG [kea.eval/44478] EVAL_DEBUG_EQUAL Popping 0x666F6F and 0x666F6F pushing result "true"
+       2016-05-19 13:35:04.167 DEBUG [kea.eval/44478] EVAL_DEBUG_STRING Pushing text string 'foo'
+       2016-05-19 13:35:04.168 DEBUG [kea.eval/44478] EVAL_DEBUG_EQUAL Popping 0x666F6F and 0x666F6F pushing result 'true'
        </screen>
      </para>