mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 12:50:04 +01:00
EDID: Vendor detailed blocks aren't worth X_WARNING about
This commit is contained in:
parent
2c1a845521
commit
3d17c4f6e1
1 changed files with 1 additions and 1 deletions
|
|
@ -450,7 +450,7 @@ print_detailed_monitor_section(int scrnIndex,
|
|||
break;
|
||||
}
|
||||
if (m[i].type >= DS_VENDOR && m[i].type <= DS_VENDOR_MAX) {
|
||||
xf86DrvMsg(scrnIndex, X_WARNING,
|
||||
xf86DrvMsg(scrnIndex, X_INFO,
|
||||
"Unknown vendor-specific block %hx\n",
|
||||
m[i].type - DS_VENDOR);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue