aboutsummaryrefslogtreecommitdiff
path: root/hnc
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2018-08-06 21:58:32 +0200
committerPřemysl Janouch <p@janouch.name>2018-08-06 21:58:32 +0200
commit68d7e34b034480ff314a7154c892f70267ec5dc1 (patch)
tree12ca8fe29fcef05f5bb862c7555b835a2c30b666 /hnc
parentcc08b5457ca9545111141b0f7a27320d9bd3116d (diff)
downloadhaven-68d7e34b034480ff314a7154c892f70267ec5dc1.tar.gz
haven-68d7e34b034480ff314a7154c892f70267ec5dc1.tar.xz
haven-68d7e34b034480ff314a7154c892f70267ec5dc1.zip
hnc: cleanup
Diffstat (limited to 'hnc')
-rw-r--r--hnc/main.go2
1 files changed, 1 insertions, 1 deletions
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)