Log the rcode returned to for a query

Log to the querylog the rcode of a previous query using
the identifier 'response:' to diffenciate queries from
responses.
This commit is contained in:
Mark Andrews
2019-06-19 16:20:24 +10:00
parent 9ab6de22a5
commit 5fad79c92f
14 changed files with 126 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ for i in $list1; do
fi
done
if test $ok = no; then
echo "$i missing from documentation."
echo "$i missing from doc/arm/logging-categories.rst."
status=1
fi
done
@@ -46,7 +46,7 @@ for i in $list2; do
fi
done
if test $ok = no; then
echo "$i not in code."
echo "documented logging category '$i' not in code."
status=1
fi
done