aboutsummaryrefslogtreecommitdiff
path: root/src/social/social_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/social/social_api.c')
-rw-r--r--src/social/social_api.c2
1 files changed, 2 insertions, 0 deletions
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,
957 ego = GNUNET_CONTAINER_multihashmap_get (app->egos, &ego_pub_hash); 957 ego = GNUNET_CONTAINER_multihashmap_get (app->egos, &ego_pub_hash);
958 if (NULL == ego) 958 if (NULL == ego)
959 { 959 {
960 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
961 "Failure to obtain ego. Is identity service running?\n");
960 GNUNET_break (0); 962 GNUNET_break (0);
961 return; 963 return;
962 } 964 }