1
0
Fork 0

minor logging addition

This commit is contained in:
bagyenda 2008-01-03 16:38:29 +00:00
parent 9748e88621
commit cd52c8f1ee
1 changed files with 2 additions and 1 deletions

View File

@ -363,8 +363,9 @@ static int sendMsg(MmsEnvelope *e)
}
/* Write to log */
info(0, "%s Global Queue MMS Send: From %s, to %s, msgsize=%ld: err=%s",
info(0, "%s Global Queue MMS Send [%.128s]: From %s, to %s, msgsize=%ld: err=%s",
SEND_ERROR_STR(res),
e->xqfname,
octstr_get_cstr(e->from), octstr_get_cstr(to->rcpt), e->msize,
err ? octstr_get_cstr(err) : "(null)");