aboutsummaryrefslogtreecommitdiff
path: root/util/flashrom/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/flashrom/layout.c')
-rw-r--r--util/flashrom/layout.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/flashrom/layout.c b/util/flashrom/layout.c
index 5478782f42..8ba2e4153e 100644
--- a/util/flashrom/layout.c
+++ b/util/flashrom/layout.c
@@ -106,7 +106,8 @@ int read_romlayout(char *name)
romlayout=fopen (name, "r");
if(!romlayout) {
- printf("Error while opening rom layout (%s).\n", name);
+ fprintf(stderr, "ERROR: Could not open rom layout (%s).\n",
+ name);
return -1;
}