Skip to content

Commit

Permalink
Improve SMC generation debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Aug 2, 2020
1 parent fc85826 commit 3afec50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions VirtualSMC/kern_vsmc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,9 @@ bool VirtualSMC::obtainModelInfo(SMCInfo &deviceInfo, const char *boardIdentifie
generic = "GenericV3";
}

DBGLOG("vsmc", "gen %d (%d) board %s - %s", gen, deviceInfo.getGeneration(),
boardIdentifier, generic);

doObtain(generic, true);
doObtain(generic, false);

Expand Down

0 comments on commit 3afec50

Please sign in to comment.