Commit c3491ed4 authored by captainwong's avatar captainwong

update

parent 6be4d656
...@@ -90,7 +90,7 @@ struct Curl ...@@ -90,7 +90,7 @@ struct Curl
static void dump_slist(curl_slist* list) { static void dump_slist(curl_slist* list) {
JLOG_INFO("dumping curl_slist:"); JLOG_INFO("dumping curl_slist:");
while (list) { while (list) {
JLOG_INFO(" {:X}", list->data); JLOG_INFO(" {:x}", list->data);
list = list->next; list = list->next;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment