aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/d6_packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/d6_packet.c')
-rw-r--r--networking/udhcp/d6_packet.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/networking/udhcp/d6_packet.c b/networking/udhcp/d6_packet.c
index 172f8e1ab..c1949f6e3 100644
--- a/networking/udhcp/d6_packet.c
+++ b/networking/udhcp/d6_packet.c
@@ -44,7 +44,8 @@ int FAST_FUNC d6_recv_kernel_packet(struct in6_addr *peer_ipv6
44 bb_simple_info_msg("packet with bad magic, ignoring"); 44 bb_simple_info_msg("packet with bad magic, ignoring");
45 return -2; 45 return -2;
46 } 46 }
47 log1("received %s", "a packet"); 47 log2("received %s", "a packet");
48 /* log2 because more informative msg for valid packets is printed later at log1 level */
48 d6_dump_packet(packet); 49 d6_dump_packet(packet);
49 50
50 return bytes; 51 return bytes;