added blank lines

This commit is contained in:
Aleksei Khabuliak 2023-05-15 14:59:49 -07:00
parent 164af37ebc
commit b0d9d42638
1 changed files with 2 additions and 0 deletions

View File

@ -339,8 +339,10 @@ switch_status_t mod_amqp_connection_create(mod_amqp_connection_t **conn, switch_
if (zstr(name)) {
char *str_tmp = switch_xml_toxml(cfg, 1);
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Connection missing name attribute\n%s\n", str_tmp);
switch_safe_free(str_tmp);
return SWITCH_STATUS_GENERR;
}