diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2010-10-08 11:03:02 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2010-10-08 11:03:02 +0000 |
commit | f5d37d83fb40098960b21ee8dc8d7f80f0be0946 (patch) | |
tree | d5c4c5366d99eb90936633285c49a784fb10fbe9 /pcidev.c | |
parent | 13cda873fa896f0721e9fa577dc3311e04ec3e01 (diff) | |
download | flashrom-f5d37d83fb40098960b21ee8dc8d7f80f0be0946.zip flashrom-f5d37d83fb40098960b21ee8dc8d7f80f0be0946.tar.gz |
A lot of messages sent to flashrom@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.c | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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; |