Skip to content

Commit 3c3b138

Browse files
committed
fix: Wrong function name when building in debug mode
1 parent a9e82ce commit 3c3b138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

logging/flags_debug.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
// StackKey refers to the stack trace.
1111
const StackKey = "stack"
1212

13-
func getDefaultLabelSet(pc uintptr, file string, line int) Labels {
13+
func getDefaultLabels(pc uintptr, file string, line int) Labels {
1414
return Labels{
1515
FnKey: runtime.FuncForPC(pc).Name(),
1616
FileKey: file,

0 commit comments

Comments
 (0)