Fixes
This commit is contained in:
@@ -95,8 +95,7 @@ func Init(dllPath, driverPath string) error {
|
||||
new.clearCache, err = new.dll.FindProc("PortmasterClearCache")
|
||||
if err != nil {
|
||||
// the loaded dll is an old version
|
||||
log.Errorf("could not find proc PortmasterClearCache in dll: %s", err)
|
||||
log.Warning("are you using the latest kext version?")
|
||||
log.Errorf("could not find proc PortmasterClearCache (v0.x.x+) in dll: %s", err)
|
||||
}
|
||||
|
||||
// initialize dll/kext
|
||||
|
||||
Reference in New Issue
Block a user