cosmetic: fix log output

"unable to create connection resource error" sounds a bit strange.
Lets just output "unable to create connection".

Change-Id: Ibef16b455f2e122c8e5ff95240c4d7a654c56a39
This commit is contained in:
Philipp Maier 2018-06-04 09:59:24 +02:00
parent d4e6aa42ca
commit 3c8ccb6724
1 changed files with 1 additions and 1 deletions

View File

@ -721,7 +721,7 @@ mgcp_header_done:
error2:
mgcp_endp_release(endp);
LOGP(DLMGCP, LOGL_NOTICE,
"CRCX: endpoint:0x%x unable to create connection resource error\n",
"CRCX: endpoint:0x%x unable to create connection\n",
ENDPOINT_NUMBER(endp));
return create_err_response(endp, error_code, "CRCX", p->trans);
}