Skip to content
Snippets Groups Projects
Commit 89a0c279 authored by Arun Muthusamy's avatar Arun Muthusamy
Browse files

include debug info

parent 1e318e18
No related branches found
No related tags found
No related merge requests found
...@@ -360,6 +360,7 @@ struct json_object *mobile_get_language() ...@@ -360,6 +360,7 @@ struct json_object *mobile_get_language()
result = get_request(home_url, api_url); result = get_request(home_url, api_url);
debug_print("Json object inside library: %s\n", json_object_to_json_string(xml_to_json_converter(result)));
return xml_to_json_converter(result); return xml_to_json_converter(result);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment