Skip to content

Commit

Permalink
Print true netrc name (.netrc/_netrc).
Browse files Browse the repository at this point in the history
  • Loading branch information
Gisle Vanem committed Dec 17, 2004
1 parent e3d342d commit b1bdba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/url.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1bdba7

Please sign in to comment.