netatalk
netatalk copied to clipboard
[2.4] Refactor megatron code to use the libatalk logger
The megatron code uses a long-obsoleted DEBUG macro scheme where DEBUG is assigned an integer value 1 - 5 to signify log level. The current DEBUG macro scheme is a boolean.
I'm looking to get rid of the DEBUG macro altogether, so I want to either:
- Remove this debug logging
- or, use the libatalk logger library for debug logging
megatron was removed from 3.x / main a while ago. The code is still alive in the 2.x branches. Some testing to make sure that these tools still work is needed.
Discarding this for now. The megatron code is ancient and probably not working as intended anymore.