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:

committed by
Carl-Daniel Hailfinger

parent
174f55bdec
commit
ab6328fa36
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user