mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-03-19 17:42:22 +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:
|
case 304:
|
||||||
break;
|
break;
|
||||||
default:
|
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);
|
http_status_code);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user