solver: add more dbg_printfs
I found this useful to understand why apk is downgrading a certain package.
Note that dbg_printf
has no effect without #define DEBUG_PRINT
(commented out at the beginning of the file).
Edited by Oliver Smith
I found this useful to understand why apk is downgrading a certain package.
Note that dbg_printf
has no effect without #define DEBUG_PRINT
(commented out at the beginning of the file).