Add call priorities to winkext

This commit is contained in:
Daniel
2019-05-10 11:55:42 +02:00
parent 0af3ab2305
commit ab81f02d94
3 changed files with 49 additions and 14 deletions

View File

@@ -68,7 +68,7 @@ func main() {
// stop
err = windowskext.Stop()
if err != nil {
fmt.Printf("error stopping: %s\n", err)
panic(err)
}
log.Info("shutdown complete")