diff options
-rw-r--r-- | source4/torture/rpc/drsuapi_cracknames.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/torture/rpc/drsuapi_cracknames.c b/source4/torture/rpc/drsuapi_cracknames.c index 465f6db76f..ac39d1d5b2 100644 --- a/source4/torture/rpc/drsuapi_cracknames.c +++ b/source4/torture/rpc/drsuapi_cracknames.c @@ -199,6 +199,10 @@ static bool test_DsCrackNamesMatrix(struct torture_context *tctx, for (i = 0; i < ARRAY_SIZE(formats); i++) { for (j = 0; j < ARRAY_SIZE(formats); j++) { + torture_comment(tctx, "Converting %s (format %d)" + " to %d gave %s\n", + n_from[i], formats[i], + formats[j], n_matrix[i][j]); if (n_matrix[i][j] == n_from[j]) { /* We don't have a from name for these yet (and we can't map to them to find it out) */ |