X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2Fps3-main.c;h=7bded787c4428b643e54e17bccd1aea957be97b9;hp=c4a3892887b3f212130b9a630c5aa91b329d451d;hb=203ad2cb596a4b8df13df4afdc8d7e0d999a5fd5;hpb=bf8d7e61a8fbc19be5ea1a73b9eaa30e58453d1f diff --git a/ui/ncurses/ps3-main.c b/ui/ncurses/ps3-main.c index c4a3892..7bded78 100644 --- a/ui/ncurses/ps3-main.c +++ b/ui/ncurses/ps3-main.c @@ -24,9 +24,9 @@ * ncurses mouse support */ +#if defined(HAVE_CONFIG_H) #include "config.h" - -#define _GNU_SOURCE +#endif #include #include @@ -275,7 +275,7 @@ static int ps3_boot_cb(struct cui *cui, struct cui_opt_data *cod) int altered_args; char *orig_args; - pb_log("%s: %s\n", __func__, cod->name); + pb_debug("%s: %s\n", __func__, cod->name); assert(ps3->cui->current == &ps3->cui->main->scr);