summaryrefslogtreecommitdiff
path: root/futility/updater_archive.c
diff options
context:
space:
mode:
Diffstat (limited to 'futility/updater_archive.c')
-rw-r--r--futility/updater_archive.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/futility/updater_archive.c b/futility/updater_archive.c
index 93a043a9..9c3a608d 100644
--- a/futility/updater_archive.c
+++ b/futility/updater_archive.c
@@ -872,8 +872,10 @@ const struct model_config *manifest_find_model(const struct manifest *manifest,
return NULL;
}
- VB2_DEBUG("Matched chromeos-config index: %d\n", matched_index);
- VB2_DEBUG("Manifest key (model): '%s'\n", manifest_key);
+ INFO("Identified the device using libcrosid, "
+ "matched chromeos-config index: %d, "
+ "manifest key (model): %s\n",
+ matched_index, manifest_key);
model_name = manifest_key;
}