From c8b30ef4da02278308e0ed050d9a937134a6aa45 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Tue, 2 Oct 2018 19:49:48 +0300 Subject: Go: fixing typo in log messages. --- src/go/unit/port.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/go/unit/port.go') diff --git a/src/go/unit/port.go b/src/go/unit/port.go index f716c9ec..a68cae74 100644 --- a/src/go/unit/port.go +++ b/src/go/unit/port.go @@ -163,7 +163,7 @@ func nxt_go_port_recv(pid C.int, id C.int, buf unsafe.Pointer, buf_size C.int, GoBytes(oob, oob_size)) if err != nil { - nxt_go_warn("write result %d (%d), %s", n, oobn, err) + nxt_go_warn("read result %d (%d), %s", n, oobn, err) } return C.ssize_t(n) -- cgit