Print true netrc name (.netrc/_netrc).

This commit is contained in:
Gisle Vanem 2004-12-17 12:26:18 +00:00
parent e3d342df96
commit b1bdba7db5
1 changed files with 1 additions and 1 deletions

View File

@ -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