change log message

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@599 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale 2008-10-24 20:41:52 +00:00
parent 8f8d75cc2b
commit 06f51244b6
1 changed files with 2 additions and 2 deletions

View File

@ -1880,7 +1880,7 @@ static switch_status_t load_config(void)
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "span missing required param 'id'\n"); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "span missing required param 'id'\n");
continue; continue;
} }
if (name) { if (name) {
zstatus = zap_span_find_by_name(name, &span); zstatus = zap_span_find_by_name(name, &span);
} else { } else {
@ -1899,7 +1899,7 @@ static switch_status_t load_config(void)
} }
if (zstatus != ZAP_SUCCESS) { if (zstatus != ZAP_SUCCESS) {
zap_log(ZAP_LOG_ERROR, "Error finding OpenZAP span %d\n", span_id); zap_log(ZAP_LOG_ERROR, "Error finding OpenZAP span %s\n", id);
continue; continue;
} }