1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 14:33:18 +02:00

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>
This commit is contained in:
Paul Menzel
2010-10-08 11:03:02 +00:00
committed by Carl-Daniel Hailfinger
parent 174f55bdec
commit ab6328fa36
4 changed files with 22 additions and 11 deletions

View File

@ -1314,7 +1314,8 @@ void emergency_help_message(void)
{
msg_gerr("Your flash chip is in an unknown state.\n"
"Get help on IRC at irc.freenode.net (channel #flashrom) or\n"
"mail flashrom@flashrom.org!\n"
"mail flashrom@flashrom.org with FAILED: your board name in "
"the subject line!\n"
"-------------------------------------------------------------"
"------------------\n"
"DO NOT REBOOT OR POWEROFF!\n");
@ -1496,8 +1497,8 @@ void check_chip_supported(struct flashchip *flash)
"operations you tested (-V, -Vr,\n"
"-Vw, -VE), and mention which mainboard or "
"programmer you tested.\n"
"Thanks for your help!\n"
"===\n");
"Please mention your board in the subject line. "
"Thanks for your help!\n");
}
}