]> git.ozlabs.org Git - petitboot/blobdiff - lib/log/log.c
discover/syslinux-parser: Fix missing comma in ignored names.
[petitboot] / lib / log / log.c
index a4f5c22adde5ba9f54263237acfe17bea3117852..44543d03b4ce900368cbeb593e2f08feaf855059 100644 (file)
@@ -41,6 +41,11 @@ void __pb_log_init(FILE *fp, bool _debug)
        debug = _debug;
 }
 
+void pb_log_set_debug(bool _debug)
+{
+       debug = _debug;
+}
+
 FILE *pb_log_get_stream(void)
 {
        static FILE *null_stream;