X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fcommon%2Fjoystick.c;fp=ui%2Fcommon%2Fjoystick.c;h=4faf8b6248ab09ee1d1bac901d4efa7cb068de2e;hp=94c85feba4ba1f1111e07d928879a04854e68b02;hb=089d0a6eb769d531129a7cd1061493a1a24b4bef;hpb=896da834e7126759ef69c33347055c593abedde3 diff --git a/ui/common/joystick.c b/ui/common/joystick.c index 94c85fe..4faf8b6 100644 --- a/ui/common/joystick.c +++ b/ui/common/joystick.c @@ -94,7 +94,7 @@ struct pjs *pjs_init(void *ctx, int (*map)(const struct js_event *)) talloc_set_destructor(pjs, pjs_destructor); - pb_log("%s: using %s\n", __func__, dev_name); + pb_debug("%s: using %s\n", __func__, dev_name); return pjs;