Skip to content

Commit

Permalink
fix example client
Browse files Browse the repository at this point in the history
Signed-off-by: kevindiu <[email protected]>
  • Loading branch information
kevindiu committed Oct 10, 2023
1 parent 9276be4 commit 84858ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/client/gateway/filter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func main() {
if _, err := rclient.Remove(ctx, rreq); err != nil {
glg.Errorf("Failed to remove, ID: %v", ds.id)
} else {
glg.Info("Remove ID %v successed", ds.id)
glg.Infof("Remove ID %v successed", ds.id)
}
}
}
Expand Down

0 comments on commit 84858ab

Please sign in to comment.