Revert "xfree86: i2c: use LogMessageVerb() instead of xf86Msg()"

This reverts commit 1f93ec5c33.

Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2021>
This commit is contained in:
Alan Coopersmith 2025-06-12 17:18:27 -07:00 committed by Marge Bot
parent 714d7ea170
commit 692800af00

View File

@ -752,9 +752,9 @@ xf86DestroyI2CBusRec(I2CBusPtr b, Bool unalloc, Bool devs_too)
}
else {
if (unalloc) {
LogMessageVerb(X_ERROR, 1,
"i2c bug: Attempt to remove I2C bus \"%s\", "
"but device list is not empty.\n", b->BusName);
xf86Msg(X_ERROR,
"i2c bug: Attempt to remove I2C bus \"%s\", "
"but device list is not empty.\n", b->BusName);
return;
}
}