X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=discover%2Fboot.c;h=fab4b61cd681d4a3aac00464641936029388e4e2;hb=c62ae29ecbc248527a03578fa18e1b6b93506965;hp=da7b946fcbb2dc2628b7df892fa4b752fca81a4c;hpb=ca11198f4034266b0f48b37e5871c44d1399aba6;p=petitboot 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);