summaryrefslogtreecommitdiff
path: root/cmd/authzd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/authzd')
-rw-r--r--cmd/authzd/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/authzd/main.go b/cmd/authzd/main.go
index ebc23f7..d18aab6 100644
--- a/cmd/authzd/main.go
+++ b/cmd/authzd/main.go
@@ -74,7 +74,7 @@ func main() {
defer server.GracefulStop()
- pls.LogNow(ctx, log.Fields{"status": "read"})
+ pls.LogNow(ctx, log.Fields{"status": "ready"})
socket := x.Must(net.Listen("tcp", ":10003"))
pls.LogErrorNow(ctx, server.Serve(socket))
}