summaryrefslogtreecommitdiffstats
path: root/pcidev.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 /pcidev.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 'pcidev.c')
-rw-r--r--pcidev.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/pcidev.c b/pcidev.c
index 45850e7..4b16db2 100644
--- a/pcidev.c
+++ b/pcidev.c
@@ -66,9 +66,11 @@ uint32_t pcidev_validate(struct pci_dev *dev, uint32_t bar,
if (devs[i].status == NT) {
msg_pinfo("===\nThis PCI device is UNTESTED. Please "
- "report the 'flashrom -p xxxx' output \n"
- "to flashrom@flashrom.org if it works "
- "for you. Thank you for your help!\n===\n");
+ "report the 'flashrom -p xxxx' output \n"
+ "to flashrom@flashrom.org if it works "
+ "for you. Please add the name of your\n"
+ "PCI device to the subject. Thank you for "
+ "your help!\n===\n");
}
return addr;
OpenPOWER on IntegriCloud