From f692c6dbc4776cd0dc69bd8d6cf65fbfadc57c9b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 7 Feb 2010 21:12:14 +1100 Subject: s4-torture: more useful error message in SMB2-DIR --- source4/torture/smb2/dir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/torture/smb2') diff --git a/source4/torture/smb2/dir.c b/source4/torture/smb2/dir.c index 8c3cb76336..df2963b69a 100644 --- a/source4/torture/smb2/dir.c +++ b/source4/torture/smb2/dir.c @@ -266,8 +266,8 @@ static bool test_fixed(struct torture_context *tctx, continue; torture_result(tctx, TORTURE_FAIL, - "(%s): didn't expect %s\n", - __location__, found); + "(%s): didn't expect %s (count=%u)\n", + __location__, found, count); ret = false; goto done; } -- cgit