Skip to content

Commit

Permalink
add log for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
skiffer-git committed Apr 28, 2024
1 parent 0590c82 commit d8b7b17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mageutil/sys.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ func FetchProcesses() (map[string]int, error) {
}
lowerExePath := strings.ToLower(exePath) // Normalize the path to lower case
processMap[lowerExePath]++
fmt.Println("FetchProcesses ", "lowerExePath: ", lowerExePath, " pid: ", p.Pid)
}

return processMap, nil
Expand Down

0 comments on commit d8b7b17

Please sign in to comment.