Removed extra newline from STREAM_READY trigger, removed superfluous log message.
This commit is contained in:
parent
b4951ff2ea
commit
df4a71719d
2 changed files with 1 additions and 2 deletions
|
@ -266,7 +266,6 @@ namespace Controller {
|
|||
jsonForEach(out, jit) {
|
||||
if ( !in.isMember(jit.key())){
|
||||
toDelete.insert(jit.key());
|
||||
Log("STRM", std::string("Deleted stream ") + jit.key());
|
||||
}
|
||||
}
|
||||
//actually delete the streams
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue