summaryrefslogtreecommitdiff
path: root/src/peerinfo/peerinfo_api_notify.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-02 13:48:08 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-02 13:48:08 +0000
commit45cb6dbbdd3a509e54f94eff3b4f96ed3734b7c9 (patch)
tree0135934d33225151bec614237c40ae0a991cba25 /src/peerinfo/peerinfo_api_notify.c
parent8d69aeda86985616d001e8e18eb8d808edaf4fdb (diff)
downloadgnunet-45cb6dbbdd3a509e54f94eff3b4f96ed3734b7c9.tar.gz
gnunet-45cb6dbbdd3a509e54f94eff3b4f96ed3734b7c9.zip
-removing legacy ifdefs
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}