Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-holt-dochq committed Jul 12, 2021
1 parent 6550c98 commit da53584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/console.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (t Logger) Log(i interface{}, fields interface{}, level uint32, verbose boo
// Check the current debug status
if verbose {
// Get the runtime caller
pc, _, line, _ := runtime.Caller(3)
pc, line, _, _ := runtime.Caller(3)
details := runtime.FuncForPC(pc)

if level <= 2 {
Expand Down

0 comments on commit da53584

Please sign in to comment.