EDID: Vendor detailed blocks aren't worth X_WARNING about

This commit is contained in:
Adam Jackson 2009-08-28 12:12:52 -04:00
parent 2c1a845521
commit 3d17c4f6e1
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}