From: Shawn Routhier Date: Mon, 6 Jun 2016 20:10:26 +0000 (-0700) Subject: [master] Update classification document to match the debug output X-Git-Tag: trac4106_update_base~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b3ea8e26c3e6cd3c46073b635212fd29f031774;p=thirdparty%2Fkea.git [master] Update classification document to match the debug output The debug output was modified to output text strings using single quotes instead of double quotes but the document missed getting this update. --- diff --git a/ChangeLog b/ChangeLog index 452e5cf012..04bc368b3e 100644 --- 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 diff --git a/doc/guide/classify.xml b/doc/guide/classify.xml index ec640f8d2d..869218de7f 100644 --- a/doc/guide/classify.xml +++ b/doc/guide/classify.xml @@ -695,12 +695,12 @@ The logging might then resemble this: 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'