From 0a40f7fa98ea6ce10a5b16cac609eaa2f058ffb3 Mon Sep 17 00:00:00 2001 From: Mikkel Krautz Date: Fri, 13 May 2011 15:43:02 +0200 Subject: [PATCH] Add missing sid parameter is ctl. --- ctl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctl.go b/ctl.go index 01289d1..e97ae34 100644 --- a/ctl.go +++ b/ctl.go @@ -51,7 +51,7 @@ func GrumbleCtl(args []string) { if err != nil { log.Fatalf("Unable to start: %v", err) } - log.Printf("[%v] Started") + log.Printf("[%v] Started", sid) case "stop": err := client.Call("ctl.Stop", sid, nil) if err != nil {