diff options
Diffstat (limited to 'source4/torture/torture.c')
-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 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; } |