aboutsummaryrefslogtreecommitdiff
path: root/hnc/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'hnc/main.go')
-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)