add logging in scripts so we know which telnet command is issued
This commit is contained in:
parent
79ea05bc1b
commit
0dd3dd506e
2 changed files with 22 additions and 25 deletions
|
@ -237,7 +237,7 @@ def add_skip_command(s)
|
|||
server.register(namespace="source",
|
||||
usage="skip",
|
||||
description="Skip the current song.",
|
||||
"skip",skip)
|
||||
"skip",fun(s) -> log("source.skip") skip end)
|
||||
end
|
||||
|
||||
dyn_out = output.icecast(%wav,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue