]> git.ozlabs.org Git - petitboot/blobdiff - discover/pxe-parser.c
discover: Use device_handler_status_dev_* for device-specific status
[petitboot] / discover / pxe-parser.c
index 5ac6990a876ecb9bc1873648e7601416ae40a7a7..8237c4b46b2b29b8417fa661b8afacb70777b130 100644 (file)
@@ -282,8 +282,9 @@ static void pxe_conf_parse_cb(struct load_url_result *result, void *data)
         * TRANSLATORS: the format specifier in this string in an IP address,
         * eg. 192.168.1.1
         */
-       device_handler_status_info(handler, _("pxe: parsed config for %s"),
-                                       conf->dc->conf_url->host);
+       device_handler_status_dev_info(handler, conf->dc->device,
+                       _("Parsed PXE config from %s"),
+                       conf->dc->conf_url->host);
 
        talloc_free(buf);
 out_clean: