Skip to content

Commit

Permalink
Update metric/system/process/helpers_windows.go
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Landau <[email protected]>
  • Loading branch information
VihasMakwana and gabriellandau authored Dec 27, 2024
1 parent 6b19228 commit 757c86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metric/system/process/helpers_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func processesToIgnore() map[uint64]struct{} {
// we can query pid for LASASS.exe from registry
key, err := registry.OpenKey(registry.LOCAL_MACHINE, "SYSTEM\\CurrentControlSet\\Control\\Lsa", registry.READ)
if err != nil {
logp.L().Warnw("Failed to read registry path SYSTEM\\CurrentControlSet\\Control\\Lsa", "error", err)
logp.L().Warnw("Failed to open registry path SYSTEM\\CurrentControlSet\\Control\\Lsa", "error", err)
return m
}
defer key.Close()
Expand Down

0 comments on commit 757c86f

Please sign in to comment.