mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-20 06:10:00 -08:00
Add missing sid parameter is ctl.
This commit is contained in:
parent
cfa9172e69
commit
0a40f7fa98
1 changed files with 1 additions and 1 deletions
2
ctl.go
2
ctl.go
|
|
@ -51,7 +51,7 @@ func GrumbleCtl(args []string) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatalf("Unable to start: %v", err)
|
log.Fatalf("Unable to start: %v", err)
|
||||||
}
|
}
|
||||||
log.Printf("[%v] Started")
|
log.Printf("[%v] Started", sid)
|
||||||
case "stop":
|
case "stop":
|
||||||
err := client.Call("ctl.Stop", sid, nil)
|
err := client.Call("ctl.Stop", sid, nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue