mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-28 17:48:39 +00:00
Fix warning.
This commit is contained in:
parent
f679b4d22a
commit
45e74549f5
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user