fix
authorChristian Grothoff <christian@grothoff.org>
Tue, 22 Jun 2010 16:30:23 +0000 (16:30 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 22 Jun 2010 16:30:23 +0000 (16:30 +0000)
src/util/common_logging.c

index 643d6f866129fd5c7549fa1e8a1823f6f1e7b156..139e9ee3f764a8ab7be798605134f296fc0b1035 100644 (file)
@@ -548,7 +548,7 @@ GNUNET_a2s (const struct sockaddr *addr, socklen_t addrlen)
       return buf;
     case AF_UNIX:
       if (addrlen <= sizeof (sa_family_t))
-       return "<invalid UNIX address>";
+       return "<unbound UNIX client>";
       un = (const struct sockaddr_un*) addr;
       off = 0;
       if (un->sun_path[0] == '\0') off++;