diff --git a/flashrom.c b/flashrom.c
index cfee1a114d3628f4310f829919685bda568df450..6979d84c049e7906b86d246e4f831a835f7ccaad 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -1188,8 +1188,8 @@ notfound:
 
 	msg_cinfo("%s chip \"%s %s\" (%d kB, %s) %s.\n",
 	       force ? "Assuming" : "Found",
-	       flash->vendor, flash->name, flash->total_size,
-	       flashbuses_to_text(flash->bustype), location);
+	       fill_flash->vendor, fill_flash->name, fill_flash->total_size,
+	       flashbuses_to_text(fill_flash->bustype), location);
 
 	/* Flash registers will not be mapped if the chip was forced. Lock info
 	 * may be stored in registers, so avoid lock info printing.