From 47af9c790d637a92e92ccf3dfa826dc8e1939868 Mon Sep 17 00:00:00 2001 From: Carlo von lynX Date: Sun, 15 May 2016 08:32:20 +0000 Subject: what is the proper way to ensure identity service is running? --- src/social/social_api.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/social') diff --git a/src/social/social_api.c b/src/social/social_api.c index e0e6829d5..e590f7856 100644 --- a/src/social/social_api.c +++ b/src/social/social_api.c @@ -957,6 +957,8 @@ app_recv_place (void *cls, 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; } -- cgit v1.2.3