From 68d7e34b034480ff314a7154c892f70267ec5dc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Mon, 6 Aug 2018 21:58:32 +0200 Subject: [PATCH] hnc: cleanup --- hnc/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hnc/main.go b/hnc/main.go index 45254f6..bc10168 100644 --- a/hnc/main.go +++ b/hnc/main.go @@ -129,7 +129,7 @@ func main() { } } if result.err != nil { - log("%s: %s", "stdin", result.err) + log("stdin: %s", result.err) fromUser = nil if err := conn.CloseWrite(); err != nil { log("remote: %s", err)