diff options
Diffstat (limited to 'src/dhcpv6.c')
-rw-r--r-- | src/dhcpv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dhcpv6.c b/src/dhcpv6.c index 59bc422..58b3bd7 100644 --- a/src/dhcpv6.c +++ b/src/dhcpv6.c @@ -239,7 +239,7 @@ static void handle_client_request(void *addr, void *data, size_t len, if (len < sizeof(*hdr)) return; - syslog(LOG_NOTICE, "Got DHCPv6 request"); + syslog(LOG_NOTICE, "Got DHCPv6 request on %s", iface->name); /* Construct reply message */ struct __attribute__((packed)) { |