X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fboot.c;h=ec6f6e579eb6cb31f8929c1ab140accc9be99b35;hp=ca088dc7673cc58293b0d93062153bd684031e1e;hb=98f2640cd6778362bb600abc7ea3bd3922a9f9e4;hpb=a7c41a2339e0ed4bfd0954c2238eca8bc866a66c diff --git a/discover/boot.c b/discover/boot.c index ca088dc..ec6f6e5 100644 --- a/discover/boot.c +++ b/discover/boot.c @@ -135,6 +135,8 @@ static void __attribute__((format(__printf__, 4, 5))) update_status( status.progress = -1; status.detail = NULL; + pb_debug("boot status: [%d] %s\n", type, status.message); + fn(arg, &status); talloc_free(status.message);