Deprecations: Update NEWS, and tie up a few loose ends.

Broccoli was still present in the source in a few places, debug outputs
that do no longer exist were too.

Part of GH-243
This commit is contained in:
Johanna Amann 2019-05-06 10:57:24 -07:00
parent ed644e39a0
commit 72ec093d56
7 changed files with 54 additions and 31 deletions

View file

@ -16,10 +16,8 @@
enum DebugStream {
DBG_SERIAL, // Serialization
DBG_RULES, // Signature matching
DBG_COMM, // Remote communication
DBG_STATE, // StateAccess logging
DBG_CHUNKEDIO, // ChunkedIO logging
DBG_COMPRESSOR, // Connection compressor
DBG_STRING, // String code
DBG_NOTIFIERS, // Notifiers (see StateAccess.h)
DBG_MAINLOOP, // Main IOSource loop