]> git.ozlabs.org Git - petitboot/blobdiff - discover/boot.c
discover: Maintain a backlog of status updates
[petitboot] / discover / boot.c
index da7b946fcbb2dc2628b7df892fa4b752fca81a4c..fab4b61cd681d4a3aac00464641936029388e4e2 100644 (file)
@@ -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);