1
0
Fork 0
This commit is contained in:
bagyenda 2007-06-26 13:15:20 +00:00
parent 83312fbf45
commit 3a83c61050
1 changed files with 2 additions and 2 deletions

View File

@ -626,11 +626,11 @@ static Octstr *mm7soap_send(MmscGrp *mmc, Octstr *from, Octstr *to,
tstatus, tmp ? tmp : "",
detail ? octstr_get_cstr(detail) : "");
*error = octstr_format("Failed to deliver to MMC[url=%s, id=%S], status=[%d=>%S]!",
*error = octstr_format("Failed to deliver to MMC[url=%s, id=%S], status=[%d=>%s]!",
mmc->mmsc_url,
mmc->id,
tstatus,
tmp);
tmp ? tmp : "");
octstr_destroy(detail);
} else {
ret = mm7_soap_header_value(mresp, octstr_imm("MessageID"));