From f18b466bf6168ea7af6857647347b1776ae50c01 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 4 Apr 2002 22:56:39 +0000 Subject: Fixed some compile warnings. (This used to be commit fd8b3009eb3f3debc7a1dcf6a46437d87a341519) --- source3/torture/torture.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/torture/torture.c') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index fc63ac341b..29eeb802ff 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -3276,7 +3276,7 @@ static BOOL run_opentest(int dummy) FILE_SHARE_NONE, FILE_OPEN_IF, 0); if (fnum2 != -1) { - printf("test 4 open 2 of %s SUCCEEDED - should have failed\n", fname, cli_errstr(&cli2)); + printf("test 4 open 2 of %s SUCCEEDED - should have failed (%s)\n", fname, cli_errstr(&cli2)); return False; } @@ -3369,7 +3369,7 @@ static BOOL run_opentest(int dummy) FILE_SHARE_READ|FILE_SHARE_DELETE, FILE_OPEN_IF, 0); if (fnum2 != -1) { - printf("test 7 open 2 of %s SUCCEEDED - should have failed\n", fname, cli_errstr(&cli2)); + printf("test 7 open 2 of %s SUCCEEDED - should have failed (%s)\n", fname, cli_errstr(&cli2)); return False; } -- cgit