gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5850 - GNUnet/src/applications/topology_default


From: gnunet
Subject: [GNUnet-SVN] r5850 - GNUnet/src/applications/topology_default
Date: Sun, 9 Dec 2007 19:47:03 -0700 (MST)

Author: grothoff
Date: 2007-12-09 19:47:03 -0700 (Sun, 09 Dec 2007)
New Revision: 5850

Modified:
   GNUnet/src/applications/topology_default/topology.c
Log:
better

Modified: GNUnet/src/applications/topology_default/topology.c
===================================================================
--- GNUnet/src/applications/topology_default/topology.c 2007-12-10 02:45:09 UTC 
(rev 5849)
+++ GNUnet/src/applications/topology_default/topology.c 2007-12-10 02:47:03 UTC 
(rev 5850)
@@ -524,15 +524,16 @@
   if ((0 == GNUNET_disk_file_test (ectx, fn))
       || (GNUNET_OK != GNUNET_disk_file_size (ectx, fn, &size, GNUNET_YES)))
     {
-      GNUNET_GE_LOG (ectx,
-                     GNUNET_GE_USER | GNUNET_GE_ADMIN | GNUNET_GE_ERROR |
-                     GNUNET_GE_IMMEDIATE,
-                     "Could not read friends list `%s'\n", fn);
       GNUNET_free (fn);
       fn = NULL;
       if ( (friends_only) ||
-          (minimum_friend_count > 0) )
+          (minimum_friend_count > 0) ) {
+       GNUNET_GE_LOG (ectx,
+                      GNUNET_GE_USER | GNUNET_GE_ADMIN | GNUNET_GE_ERROR |
+                      GNUNET_GE_IMMEDIATE,
+                      "Could not read friends list `%s'\n", fn);
        return GNUNET_SYSERR;
+      }
     }
   if (fn != NULL) 
     {





reply via email to

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