From a4cabcf65b099b67747569b33fe43c345ea317ad Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Wed, 7 Sep 2022 10:31:46 -0400 Subject: [Bugfix] Broken extended-stats compilation for macOS Sorry everyone! --- rpm/rpm.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rpm') diff --git a/rpm/rpm.go b/rpm/rpm.go index 3b32273..61c6658 100644 --- a/rpm/rpm.go +++ b/rpm/rpm.go @@ -190,10 +190,11 @@ func Probe( isThreadPanicing := recover() if isThreadPanicing != nil && debug.IsDebug(debugging.Level) { fmt.Printf( - "(%s) (%s Probe %v) Probe attempted to write to the result channel after its invoker ended.\n", + "(%s) (%s Probe %v) Probe attempted to write to the result channel after its invoker ended (official reason: %v).\n", debugging.Prefix, probeType.Value(), probeId, + isThreadPanicing, ) } }() -- cgit v1.2.3