Skip to content

Commit

Permalink
remove some debugging information and fixup the formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Zormeister authored Aug 28, 2024
1 parent e46f4f7 commit c786014
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Lilu/Sources/kern_devinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ void DeviceInfo::grabDevicesFromPciRoot(IORegistryEntry *pciRoot) {
case GenericAMDSumo:
case GenericAMDKbMlCzStnWr:
case GenericAMDTrinity:
DBGLOG("dev", "found IGPU device %s", safeString(name));
videoBuiltin = obj;
DBGLOG("dev", "found IGPU device %s", safeString(name));
videoBuiltin = obj;
requestedExternalSwitchOff |= videoBuiltin->getProperty(RequestedExternalSwitchOffName) != nullptr;
break;
default:
Expand Down Expand Up @@ -280,7 +280,7 @@ void DeviceInfo::grabDevicesFromPciRoot(IORegistryEntry *pciRoot) {
case GenericAMDSumo:
case GenericAMDKbMlCzStnWr:
case GenericAMDTrinity:
DBGLOG("dev", "found IGPU device %s at %s (0x%x, by 0x%x)", safeString(pciobj->getName()), safeString(name), pcivendor, pcidev);
DBGLOG("dev", "found IGPU device %s at %s", safeString(pciobj->getName()), safeString(name));
videoBuiltin = pciobj;
requestedExternalSwitchOff |= videoBuiltin->getProperty(RequestedExternalSwitchOffName) != nullptr;
continue;
Expand Down

0 comments on commit c786014

Please sign in to comment.