summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/ps3-main.c
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-11-01 10:31:00 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-11-01 15:32:52 +0800
commit089d0a6eb769d531129a7cd1061493a1a24b4bef (patch)
tree62e6b58e6a9cd9b19ac9f7a8986b9d01cfe5ec70 /ui/ncurses/ps3-main.c
parent896da834e7126759ef69c33347055c593abedde3 (diff)
downloadtalos-petitboot-089d0a6eb769d531129a7cd1061493a1a24b4bef.tar.gz
talos-petitboot-089d0a6eb769d531129a7cd1061493a1a24b4bef.zip
logging: Clean up debug logs
We have quite a few pb_logs which should be pb_debug. This change moves developer-specific info to pb_debug. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'ui/ncurses/ps3-main.c')
-rw-r--r--ui/ncurses/ps3-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ncurses/ps3-main.c b/ui/ncurses/ps3-main.c
index c4a3892..1269549 100644
--- a/ui/ncurses/ps3-main.c
+++ b/ui/ncurses/ps3-main.c
@@ -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);
OpenPOWER on IntegriCloud