gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r6981 - in GNUnet/src/util: network network_client


From: gnunet
Subject: [GNUnet-SVN] r6981 - in GNUnet/src/util: network network_client
Date: Sun, 1 Jun 2008 14:13:27 -0600 (MDT)

Author: grothoff
Date: 2008-06-01 14:13:27 -0600 (Sun, 01 Jun 2008)
New Revision: 6981

Modified:
   GNUnet/src/util/network/dns.c
   GNUnet/src/util/network_client/daemon.c
Log:
be more verbose, formatting

Modified: GNUnet/src/util/network/dns.c
===================================================================
--- GNUnet/src/util/network/dns.c       2008-06-01 20:04:17 UTC (rev 6980)
+++ GNUnet/src/util/network/dns.c       2008-06-01 20:13:27 UTC (rev 6981)
@@ -442,9 +442,10 @@
   if (0 != (s = getaddrinfo (hostname, NULL, &hints, &result)))
     {
       GNUNET_GE_LOG (ectx,
-                     GNUNET_GE_ERROR | GNUNET_GE_USER |
+                     GNUNET_GE_WARNING| GNUNET_GE_USER |
                      GNUNET_GE_BULK,
-                     _("Could not resolve `%s': %s\n"), hostname,
+                     _("Could not resolve `%s' (%s): %s\n"), hostname,
+                    (domain == AF_INET) ? "IPv4" : ((domain == AF_INET6) ? 
"IPv6" : "any"),
                      gai_strerror (s));
       return GNUNET_SYSERR;
     }

Modified: GNUnet/src/util/network_client/daemon.c
===================================================================
--- GNUnet/src/util/network_client/daemon.c     2008-06-01 20:04:17 UTC (rev 
6980)
+++ GNUnet/src/util/network_client/daemon.c     2008-06-01 20:13:27 UTC (rev 
6981)
@@ -81,8 +81,7 @@
 }
 
 /**
- * Wait until the gnunet daemon is
- * running.
+ * Wait until the gnunet daemon is running.
  *
  * @param timeout how long to wait at most
  * @return GNUNET_OK if gnunetd is now running





reply via email to

[Prev in Thread] Current Thread [Next in Thread]