summaryrefslogtreecommitdiff
path: root/cmd/tunneld/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/tunneld/main.go')
-rw-r--r--cmd/tunneld/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/tunneld/main.go b/cmd/tunneld/main.go
index addb002..8bd4460 100644
--- a/cmd/tunneld/main.go
+++ b/cmd/tunneld/main.go
@@ -26,6 +26,8 @@ func main() {
s.Stop()
}()
+ log.Print("ready")
+
s.Run()
log.Print("exit")