Browse Source

I wonder what an internal internet protocol is

svn:r6159
Peter Palfrader 19 years ago
parent
commit
866f6293ff
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/or/config.c

+ 2 - 1
src/or/config.c

@@ -1588,7 +1588,8 @@ resolve_my_address(or_options_t *options, uint32_t *addr_out,
 
         tor_inet_ntoa(&in,tmpbuf,sizeof(tmpbuf));
         log_notice(LD_CONFIG, "Guessed local hostname '%s' resolves to an "
-          "internal IP (%s).  Trying something else.", hostname, tmpbuf);
+          "internal IP address (%s).  Trying something else.", hostname,
+          tmpbuf);
 
         if (get_interface_address(&interface_ip)) {
           log_warn(LD_CONFIG, "Could not get local interface IP address. "