Skip to content

Commit eba0042

Browse files
committed
Fix expected log output
This appears to have changed somewhere between golang 1.23 rc1 and golang 1.23.1 Signed-off-by: Michel Lind <salimma@fedoraproject.org>
1 parent 96bad1d commit eba0042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ func ExampleNewWithOptions() {
5454
log := stdr.NewWithOptions(newStdLogger(0), stdr.Options{LogCaller: stdr.All})
5555
log.Info("with LogCaller=All")
5656
// Output:
57-
// "caller"={"file":"example_test.go","line":55} "level"=0 "msg"="with LogCaller=All"
57+
// "caller"={"file"="example_test.go" "line"=55} "level"=0 "msg"="with LogCaller=All"
5858
}

0 commit comments

Comments
 (0)