aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/peerinfo_api_notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/peerinfo_api_notify.c')
-rw-r--r--src/peerinfo/peerinfo_api_notify.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/peerinfo/peerinfo_api_notify.c b/src/peerinfo/peerinfo_api_notify.c
index a0588db3d..2557cdfde 100644
--- a/src/peerinfo/peerinfo_api_notify.c
+++ b/src/peerinfo/peerinfo_api_notify.c
@@ -161,11 +161,9 @@ process_notification (void *cls, const struct GNUNET_MessageHeader *msg)
161 return; 161 return;
162 } 162 }
163 } 163 }
164#if DEBUG_PEERINFO
165 LOG (GNUNET_ERROR_TYPE_DEBUG, 164 LOG (GNUNET_ERROR_TYPE_DEBUG,
166 "Received information about peer `%s' from peerinfo database\n", 165 "Received information about peer `%s' from peerinfo database\n",
167 GNUNET_i2s (&im->peer)); 166 GNUNET_i2s (&im->peer));
168#endif
169 nc->callback (nc->callback_cls, &im->peer, hello, NULL); 167 nc->callback (nc->callback_cls, &im->peer, hello, NULL);
170 receive_notifications (nc); 168 receive_notifications (nc);
171} 169}