summaryrefslogtreecommitdiffstats
path: root/discover/kboot-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'discover/kboot-parser.c')
-rw-r--r--discover/kboot-parser.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/discover/kboot-parser.c b/discover/kboot-parser.c
index f7f75e0..bf9c5eb 100644
--- a/discover/kboot-parser.c
+++ b/discover/kboot-parser.c
@@ -5,6 +5,7 @@
#include <assert.h>
#include <stdlib.h>
#include <string.h>
+#include <i18n/i18n.h>
#include "log/log.h"
#include "talloc/talloc.h"
@@ -188,6 +189,9 @@ static int kboot_parse(struct discover_context *dc)
continue;
conf_parse_buf(conf, buf, len);
+ device_handler_status_dev_info(dc->handler, dc->device,
+ _("Parsed kboot configuration from %s"),
+ *filename);
talloc_free(buf);
}
OpenPOWER on IntegriCloud