diff --git a/src/ccurl_thread.c b/src/ccurl_thread.c index fa1efcbf..10e73a6c 100644 --- a/src/ccurl_thread.c +++ b/src/ccurl_thread.c @@ -149,7 +149,7 @@ void ccurl_fetch_data(ccurl_location_t *curloc) case 304: break; default: - NORM_ERR("curl: no data from server, got HTTP status %d %s", + NORM_ERR("curl: no data from server, got HTTP status %ld", http_status_code); break; }