libnetwork: ServeDNS(): don't panic on unsupported query types
This was added in b3c883bb2f560fc935315102983092438f76be25, but resulted
in a panic if the embedded DNS had to handle an unsupported query-type,
such as ANY.
This patch adds a debug log for this case (to better describe how it's
handled.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>