Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit eb6b418

Browse files
Fix log typo (#112)
1 parent 1701721 commit eb6b418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/network/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func (ctx *networkContext) OnUpstreamData(dataSize int, endOfStream bool) types.
8484

8585
ret, err := proxywasm.GetProperty([]string{"upstream", "address"})
8686
if err != nil {
87-
proxywasm.LogCriticalf("failed to get downstream data: %v", err)
87+
proxywasm.LogCriticalf("failed to get upstream data: %v", err)
8888
return types.ActionContinue
8989
}
9090

0 commit comments

Comments
 (0)