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:
Thulinma 2020-09-24 16:06:56 +02:00
parent c2ecab2e6b
commit 52a10eaea7
3 changed files with 3 additions and 3 deletions

View file

@ -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.