]> git.ipfire.org Git - pakfire.git/blobdiff - src/libpakfire/parser.c
logging: Make the legacy logger configurable
[pakfire.git] / src / libpakfire / parser.c
index ff9083d248705ae691c35ee41e3773edc43323c7..43fcf4442af57bc647a58da759a687d151e22b6f 100644 (file)
@@ -30,6 +30,9 @@
 #define PCRE2_CODE_UNIT_WIDTH 8
 #include <pcre2.h>
 
+// Enable legacy logging
+#define PAKFIRE_LEGACY_LOGGING
+
 #include <pakfire/dependencies.h>
 #include <pakfire/jail.h>
 #include <pakfire/logging.h>