From ab6328fa3615683e5dbba0fffe8707fa0072d035 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 8 Oct 2010 11:03:02 +0000 Subject: 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 Acked-by: Carl-Daniel Hailfinger --- pcidev.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'pcidev.c') 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; -- cgit v1.1