mirror of
https://github.com/curl/curl.git
synced 2026-04-26 08:02:11 +03:00
Print true netrc name (.netrc/_netrc).
This commit is contained in:
parent
e3d342df96
commit
b1bdba7db5
1 changed files with 1 additions and 1 deletions
|
|
@ -3067,7 +3067,7 @@ static CURLcode CreateConnection(struct SessionHandle *data,
|
|||
if(Curl_parsenetrc(conn->host.name,
|
||||
user, passwd,
|
||||
data->set.netrc_file)) {
|
||||
infof(data, "Couldn't find host %s in the .netrc file, using defaults\n",
|
||||
infof(data, "Couldn't find host %s in the " DOT_CHAR "netrc file, using defaults\n",
|
||||
conn->host.name);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue