aboutsummaryrefslogtreecommitdiff
path: root/src/dv/plugin_transport_dv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dv/plugin_transport_dv.c')
-rw-r--r--src/dv/plugin_transport_dv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dv/plugin_transport_dv.c b/src/dv/plugin_transport_dv.c
index 9168b5594..236cca8b6 100644
--- a/src/dv/plugin_transport_dv.c
+++ b/src/dv/plugin_transport_dv.c
@@ -291,6 +291,10 @@ handle_dv_connect (void *cls,
291 struct Session *session; 291 struct Session *session;
292 struct GNUNET_ATS_Information ats[2]; 292 struct GNUNET_ATS_Information ats[2];
293 293
294 /**
295 * This requires transport plugin to be linked to libgnunetats.
296 * If you remove it, also remove libgnunetats linkage from Makefile.am
297 */
294 LOG (GNUNET_ERROR_TYPE_DEBUG, 298 LOG (GNUNET_ERROR_TYPE_DEBUG,
295 "Received `%s' message for peer `%s' with next hop in network %s \n", 299 "Received `%s' message for peer `%s' with next hop in network %s \n",
296 "DV_CONNECT", 300 "DV_CONNECT",