Log ignored DHCPv6 information-requests.
diff --git a/src/rfc3315.c b/src/rfc3315.c
index 716aa4a..f3929f2 100644
--- a/src/rfc3315.c
+++ b/src/rfc3315.c
@@ -1005,10 +1005,10 @@
       
     case DHCP6IREQ:
       {
+	log6_packet("DHCPINFORMATION-REQUEST", clid, clid_len, NULL, xid, iface_name, ignore ? "ignored" : hostname);
 	if (ignore)
 	  return 0;
 	*outmsgtypep = DHCP6REPLY;
-	log6_packet("DHCPINFORMATION-REQUEST", clid, clid_len, NULL, xid, iface_name, hostname);
 	break;
       }