diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2004-12-17 12:26:18 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2004-12-17 12:26:18 +0000 |
commit | b1bdba7db55a9dee799d95aebf82d9f6c3674871 (patch) | |
tree | cfd54fa646540b51d83607e9e92a4e3a6a0ba457 | |
parent | e3d342df961050ea8b2c20fe9213f3f645360708 (diff) |
Print true netrc name (.netrc/_netrc).
-rw-r--r-- | lib/url.c | 2 |
1 files changed, 1 insertions, 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 |