aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/vpn/gnunet-service-vpn.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vpn/gnunet-service-vpn.c b/src/vpn/gnunet-service-vpn.c
index cd0c9a07e..33ffa913a 100644
--- a/src/vpn/gnunet-service-vpn.c
+++ b/src/vpn/gnunet-service-vpn.c
@@ -1097,6 +1097,8 @@ route_packet (struct DestinationEntry *destination,
1097 } 1097 }
1098 if (NULL == ts->channel) 1098 if (NULL == ts->channel)
1099 { 1099 {
1100 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
1101 "Packet dropped, channel not yet ready\n");
1100 GNUNET_STATISTICS_update (stats, 1102 GNUNET_STATISTICS_update (stats,
1101 gettext_noop ("# Packets dropped (channel not yet online)"), 1103 gettext_noop ("# Packets dropped (channel not yet online)"),
1102 1, 1104 1,