]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-11774: [mod_conference] Quiet down logs from conference moderator command over...
authorMike Jerris <mike@signalwire.com>
Tue, 9 Apr 2019 21:35:47 +0000 (15:35 -0600)
committerMike Jerris <mike@signalwire.com>
Thu, 6 Jun 2019 15:54:27 +0000 (11:54 -0400)
src/mod/applications/mod_conference/conference_event.c

index d966a7310b8aa54cae59c2c045735c504ff25567..083dd354908abcb0bf798567e5dbc0fcbf6412d6 100644 (file)
@@ -398,7 +398,7 @@ void conference_event_mod_channel_handler(const char *event_channel, cJSON *json
        } else if (exec) {
                cJSON_AddItemToObject(jdata, "conf-command", cJSON_CreateString(exec));
                cJSON_AddItemToObject(jdata, "response", cJSON_CreateString((char *)stream.data));
-               switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ALERT,"RES [%s][%s]\n", exec, (char *)stream.data);
+               switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG,"RES [%s][%s]\n", exec, (char *)stream.data);
        } else {
                cJSON_AddItemToObject(jdata, "error", cJSON_CreateString("Invalid Command"));
        }