swrap: trace the SOCKET_WRAPPER_PCAP_FILE location
authorStefan Metzmacher <metze@samba.org>
Wed, 11 Mar 2020 16:10:05 +0000 (17:10 +0100)
committerAndreas Schneider <asn@samba.org>
Thu, 19 Mar 2020 15:47:06 +0000 (16:47 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
src/socket_wrapper.c

index a9e2a756fded28ddcac93956a6513a4a20d60476..b3e5713a14228caf5acf5c68ab302e353888b765 100644 (file)
@@ -2455,6 +2455,7 @@ static const char *swrap_pcap_init_file(void)
        if (strncmp(s, "./", 2) == 0) {
                s += 2;
        }
+       SWRAP_LOG(SWRAP_LOG_TRACE, "SOCKET_WRAPPER_PCAP_FILE: %s", s);
        return s;
 }