Skip to content

solver: add more dbg_printfs

Oliver Smith requested to merge ollieparanoid/apk-tools:more-dbg-printfs into master

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

Merge request reports