Skip to content

Commit

Permalink
fix: Wrong function name when building in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshoulahan committed Oct 26, 2022
1 parent a9e82ce commit 3c3b138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging/flags_debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
// StackKey refers to the stack trace.
const StackKey = "stack"

func getDefaultLabelSet(pc uintptr, file string, line int) Labels {
func getDefaultLabels(pc uintptr, file string, line int) Labels {
return Labels{
FnKey: runtime.FuncForPC(pc).Name(),
FileKey: file,
Expand Down

0 comments on commit 3c3b138

Please sign in to comment.