Merge 1ebc0c33bccd205090645e9192d33eb04f906e5f into 3b58ebc5f309708bde0ad26eef73e606144792f6

This commit is contained in:
Marc Guiselin 2025-01-21 00:17:22 +00:00 committed by GitHub
commit db74378250
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1149,7 +1149,7 @@ static switch_status_t parse_xml(client_t *client)
switch_xml_t xml, tag, category;
if (globals.debug) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Debugging Return Data:\n%s\n", (char *)bdata);
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Debugging Return Data:\n%s\n", (char *)bdata);
}
if ((xml = switch_xml_parse_str((char *)bdata, len))) {