mirror of
https://github.com/curl/curl.git
synced 2026-08-26 02:53:30 +03:00
lib: remove exclamation marks
... from infof() and failf() calls. Make them less attention seeking. Closes #8713
This commit is contained in:
parent
36e09dc302
commit
6968fb9d54
31 changed files with 101 additions and 101 deletions
|
|
@ -414,7 +414,7 @@ CURLcode Curl_hyper_stream(struct Curl_easy *data,
|
|||
else if(h->endtask == task) {
|
||||
/* end of transfer */
|
||||
*done = TRUE;
|
||||
infof(data, "hyperstream is done!");
|
||||
infof(data, "hyperstream is done");
|
||||
if(!k->bodywrites) {
|
||||
/* hyper doesn't always call the body write callback */
|
||||
bool stilldone;
|
||||
|
|
@ -804,7 +804,7 @@ static void http1xx_cb(void *arg, struct hyper_response *resp)
|
|||
}
|
||||
|
||||
if(data->state.hresult)
|
||||
infof(data, "ERROR in 1xx, bail out!");
|
||||
infof(data, "ERROR in 1xx, bail out");
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue