r14040: report errors better
authorStefan Metzmacher <metze@samba.org>
Wed, 8 Mar 2006 15:02:04 +0000 (15:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:52:38 +0000 (13:52 -0500)
metze
(This used to be commit 10cd4dbac97589e422a56465ba1f2bc060e425bb)

source4/torture/torture.c

index 5a86a2213370dcb44dc6ea16b0b08667d4c56a37..455cadd3a13240d252901d10436f46ff4b7bb3da 100644 (file)
@@ -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;
        }