mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Print true netrc name (.netrc/_netrc).
This commit is contained in:
parent
e3d342df96
commit
b1bdba7db5
@ -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…
Reference in New Issue
Block a user