mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 18:45:10 +00:00
Fix warning.
This commit is contained in:
parent
d64b05b648
commit
15006a1a41
@ -133,7 +133,7 @@ void ccurl_fetch_data(thread_handle &handle, const ccurl_location_ptr &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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user