From d49d52861807fccb1700ce27dc9d3f5a1ed5c0a3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 26 Nov 2003 04:32:04 +0000 Subject: show an error when the epmapper fails to find an interface (This used to be commit 448dead14dc9db2c429c78f0eed303c4513f5a47) --- source4/torture/torture.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/torture') diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 18d339d65e..0a1881d590 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -146,6 +146,8 @@ static NTSTATUS torture_rpc_tcp(struct dcerpc_pipe **p, pipe_uuid, pipe_version, &port); if (!NT_STATUS_IS_OK(status)) { + DEBUG(0,("Failed to map DCERPC/TCP port for '%s' - %s\n", + pipe_name, nt_errstr(status))); return status; } } -- cgit