gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37173 - gnunet/src/social


From: gnunet
Subject: [GNUnet-SVN] r37173 - gnunet/src/social
Date: Sun, 15 May 2016 10:32:20 +0200

Author: lynx
Date: 2016-05-15 10:32:20 +0200 (Sun, 15 May 2016)
New Revision: 37173

Modified:
   gnunet/src/social/social_api.c
Log:
what is the proper way to ensure identity service is running?

Modified: gnunet/src/social/social_api.c
===================================================================
--- gnunet/src/social/social_api.c      2016-05-14 19:41:37 UTC (rev 37172)
+++ gnunet/src/social/social_api.c      2016-05-15 08:32:20 UTC (rev 37173)
@@ -957,6 +957,8 @@
     ego = GNUNET_CONTAINER_multihashmap_get (app->egos, &ego_pub_hash);
   if (NULL == ego)
   {
+    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+              "Failure to obtain ego. Is identity service running?\n");
     GNUNET_break (0);
     return;
   }




reply via email to

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