X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fboot.c;h=fab4b61cd681d4a3aac00464641936029388e4e2;hp=da7b946fcbb2dc2628b7df892fa4b752fca81a4c;hb=75c97cfd449b2bac8e61af1017a83bdf43f5e8fe;hpb=6a065198be213092c67071ee77eccf3e493a4cba diff --git a/discover/boot.c b/discover/boot.c index da7b946..fab4b61 100644 --- a/discover/boot.c +++ b/discover/boot.c @@ -45,6 +45,7 @@ static void __attribute__((format(__printf__, 4, 5))) update_status( va_end(ap); status.type = type; + status.backlog = false; pb_debug("boot status: [%d] %s\n", type, status.message);