diff options
-rw-r--r-- | source4/torture/torture.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; } } |