summaryrefslogtreecommitdiff
path: root/pkg/server/hook/buf.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/server/hook/buf.go')
-rw-r--r--pkg/server/hook/buf.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/server/hook/buf.go b/pkg/server/hook/buf.go
index 0306c73..98c57c9 100644
--- a/pkg/server/hook/buf.go
+++ b/pkg/server/hook/buf.go
@@ -47,5 +47,5 @@ func buffering(rq, wq queue.Q) error {
}
func init() {
- registerFunc("buf", buffering)
+ registerFunc("buf", "stream buffering out/", buffering)
}