summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2020-03-11 17:10:05 +0100
committerAndreas Schneider <asn@samba.org>2020-03-19 16:47:06 +0100
commitd23452ba4ec64c5be89864a8bd31d6ee2053be46 (patch)
tree5705163f75e2672af6da89dbc08abe74e2ed15c5 /src
parent344801fda7b2b50b1139056168b470ad656c20b5 (diff)
downloadsocket_wrapper-d23452ba4ec64c5be89864a8bd31d6ee2053be46.tar.gz
socket_wrapper-d23452ba4ec64c5be89864a8bd31d6ee2053be46.tar.xz
socket_wrapper-d23452ba4ec64c5be89864a8bd31d6ee2053be46.zip
swrap: trace the SOCKET_WRAPPER_PCAP_FILE location
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'src')
-rw-r--r--src/socket_wrapper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/socket_wrapper.c b/src/socket_wrapper.c
index a9e2a75..b3e5713 100644
--- a/src/socket_wrapper.c
+++ b/src/socket_wrapper.c
@@ -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;
}