gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r22198 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r22198 - gnunet/src/util
Date: Fri, 22 Jun 2012 10:21:12 +0200

Author: grothoff
Date: 2012-06-22 10:21:12 +0200 (Fri, 22 Jun 2012)
New Revision: 22198

Modified:
   gnunet/src/util/client.c
   gnunet/src/util/service.c
Log:
-print switch target


Modified: gnunet/src/util/client.c
===================================================================
--- gnunet/src/util/client.c    2012-06-22 00:37:08 UTC (rev 22197)
+++ gnunet/src/util/client.c    2012-06-22 08:21:12 UTC (rev 22198)
@@ -740,6 +740,8 @@
              _("UNIXPATH `%s' too long, maximum length is %llu\n"), unixpath,
              (unsigned long long) sizeof (s_un.sun_path));
        unixpath = GNUNET_NETWORK_shorten_unixpath (unixpath);
+        LOG (GNUNET_ERROR_TYPE_INFO,
+             _("Using `%s' instead\n"), unixpath);
       }
     }
     if (NULL != unixpath)

Modified: gnunet/src/util/service.c
===================================================================
--- gnunet/src/util/service.c   2012-06-22 00:37:08 UTC (rev 22197)
+++ gnunet/src/util/service.c   2012-06-22 08:21:12 UTC (rev 22198)
@@ -975,6 +975,9 @@
            _("UNIXPATH `%s' too long, maximum length is %llu\n"), unixpath,
            (unsigned long long) sizeof (s_un.sun_path));
       unixpath = GNUNET_NETWORK_shorten_unixpath (unixpath);
+      LOG (GNUNET_ERROR_TYPE_INFO,
+          _("Using `%s' instead\n"), unixpath);
+
     }
   }
   if (NULL != unixpath)




reply via email to

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