mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-02 12:20:09 +01:00
int10: Degrade the checksum warning to X_INFO.
I've seen about one case in three years where this has actually been correlated with the real cause of failure, and we've trained people to freak out about X_WARNING, so let's be less alarmist.
This commit is contained in:
parent
bd9c6b3a4d
commit
b677bff97b
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ int10_check_bios(int scrnIndex, int codeSeg, const unsigned char* vbiosMem)
|
|||
return FALSE;
|
||||
|
||||
if (bios_checksum(vbiosMem, size))
|
||||
xf86DrvMsg(scrnIndex, X_WARNING, "Bad V_BIOS checksum\n");
|
||||
xf86DrvMsg(scrnIndex, X_INFO, "Bad V_BIOS checksum\n");
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue