mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:23:30 +03:00
parent
7a1e99eefa
commit
0476e4fc65
149 changed files with 1381 additions and 1376 deletions
|
|
@ -1036,7 +1036,7 @@ Curl_cookie_add(struct Curl_easy *data,
|
|||
/* Only show this when NOT reading the cookies from a file */
|
||||
infof(data, "%s cookie %s=\"%s\" for domain %s, path %s, "
|
||||
"expire %" FMT_OFF_T,
|
||||
replaces ? "Replaced":"Added", co->name, co->value,
|
||||
replaces ? "Replaced" : "Added", co->name, co->value,
|
||||
co->domain, co->path, co->expires);
|
||||
|
||||
if(!replaces)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue