We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631c042 commit 26f56f7Copy full SHA for 26f56f7
examples/out_multiinstance/README.md
@@ -65,7 +65,7 @@ data, the proper bytes length and the associated tag.
65
func FLBPluginFlushCtx(ctx, data unsafe.Pointer, length C.int, tag *C.char) int {
66
67
id := *(*string)(ctx)
68
- log.Printf("[multiinstance] Flush called for id: %s", *id)
+ log.Printf("[multiinstance] Flush called for id: %s", *id)
69
return output.FLB_OK
70
}
71
```
0 commit comments