]> git.ozlabs.org Git - petitboot/blobdiff - ui/twin/main-generic.c
ui/common: Free message on return
[petitboot] / ui / twin / main-generic.c
index 649ad00121c800cb57a98d9c58ba71bbe760712f..8ddec9ef2cd790044754196508114d08bf919e4b 100644 (file)
@@ -21,7 +21,6 @@
 #include "config.h"
 #endif
 
-#define _GNU_SOURCE
 #include <assert.h>
 #include <errno.h>
 #include <getopt.h>
@@ -58,7 +57,7 @@ static int edit_preferences_cb(struct pbt_item *item)
 
        (void)client;
 
-       pb_log("%s: TODO\n", __func__);
+       pb_debug("%s: TODO\n", __func__);
 
        return 0;
 }