mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
xmlrpc.c: indent
This commit is contained in:
parent
25d2ac506f
commit
d687000a81
1 changed files with 3 additions and 0 deletions
|
|
@ -88,6 +88,9 @@ static void format_request(LinphoneXmlRpcRequest *request) {
|
|||
return;
|
||||
}
|
||||
|
||||
/* autoindent so that logs are human-readable, as SIP sip on-purpose */
|
||||
xmlTextWriterSetIndent(writer, 1);
|
||||
|
||||
err = xmlTextWriterStartDocument(writer, "1.0", "UTF-8", NULL);
|
||||
if (err >= 0) {
|
||||
err = xmlTextWriterStartElement(writer, (const xmlChar *)"methodCall");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue