diff options
| author | Stefan Metzmacher <metze@samba.org> | 2020-03-11 17:10:05 +0100 |
|---|---|---|
| committer | Andreas Schneider <asn@samba.org> | 2020-03-19 16:47:06 +0100 |
| commit | d23452ba4ec64c5be89864a8bd31d6ee2053be46 (patch) | |
| tree | 5705163f75e2672af6da89dbc08abe74e2ed15c5 /src | |
| parent | 344801fda7b2b50b1139056168b470ad656c20b5 (diff) | |
| download | socket_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.c | 1 |
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; } |
