Decreased trigger verbosity, fixed RTMP_PUSH_REWRITE and PUSH_OUT_START triggers not properly ignoring response when ran in non-blocking mode.
This commit is contained in:
parent
c2ecab2e6b
commit
52a10eaea7
3 changed files with 3 additions and 3 deletions
|
|
@ -209,7 +209,7 @@ namespace Triggers{
|
|||
if (!defaultResponse.size()){defaultResponse = "true";}
|
||||
|
||||
if (isHandled){
|
||||
INFO_MSG("%s trigger handled by %s", type.c_str(), uri.c_str());
|
||||
VERYHIGH_MSG("%s trigger handled by %s", type.c_str(), uri.c_str());
|
||||
if (dryRun){return true;}
|
||||
if (sync){
|
||||
response = handleTrigger(type, uri, payload, sync, defaultResponse); // do it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue