summaryrefslogtreecommitdiffstats
path: root/chipset_enable.c
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2010-10-08 11:03:02 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-10-08 11:03:02 +0000
commitab6328fa3615683e5dbba0fffe8707fa0072d035 (patch)
treed5c4c5366d99eb90936633285c49a784fb10fbe9 /chipset_enable.c
parent174f55bdec62b5deaa0ed52fa335c1ee9ac9a72c (diff)
downloadast2050-flashrom-ab6328fa3615683e5dbba0fffe8707fa0072d035.zip
ast2050-flashrom-ab6328fa3615683e5dbba0fffe8707fa0072d035.tar.gz
Refine text of requests to send logs
A lot of messages sent@flashrom.org just have "flashrom -V" as the subject. Ask people to include more information in the subject line to make life easier for developers/supporters. Corresponding to flashrom svn r1202. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'chipset_enable.c')
-rw-r--r--chipset_enable.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/chipset_enable.c b/chipset_enable.c
index 9967070..96c240c 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -939,7 +939,9 @@ static int enable_flash_mcp6x_7x(struct pci_dev *dev, const char *name)
}
out_msg:
msg_pinfo("Please send the output of \"flashrom -V\" to "
- "flashrom@flashrom.org to help us finish support for your "
+ "flashrom@flashrom.org with\n"
+ "your board name: flashrom -V as the subject to help us "
+ "finish support for your\n"
"chipset. Thanks.\n");
return ret;
@@ -1195,8 +1197,11 @@ int chipset_flash_enable(void)
continue;
if (ret != -2) {
msg_pinfo("WARNING: unexpected second chipset match: "
- "\"%s %s\"\nignoring, please report lspci and "
- "board URL to flashrom@flashrom.org!\n",
+ "\"%s %s\"\n"
+ "ignoring, please report lspci and board URL "
+ "to flashrom@flashrom.org\n"
+ "with 2CHIPSET: your board name in the "
+ "subject line.\n",
chipset_enables[i].vendor_name,
chipset_enables[i].device_name);
continue;
OpenPOWER on IntegriCloud