From a9fd2d7f42665305e60b96849d96b8e14efb591d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 8 Mar 2006 15:02:04 +0000 Subject: r14040: report errors better metze (This used to be commit 10cd4dbac97589e422a56465ba1f2bc060e425bb) --- source4/torture/torture.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4') diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 5a86a22133..455cadd3a1 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -931,10 +931,12 @@ static BOOL run_negprot_nowait(void) printf("Opening secondary connection\n"); if (!torture_open_connection(&cli2)) { + printf("Failed to open secondary connection\n"); correct = False; } if (!torture_close_connection(cli2)) { + printf("Failed to close secondary connection\n"); correct = False; } -- cgit