diff options
-rw-r--r-- | source3/torture/test_cleanup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/torture/test_cleanup.c b/source3/torture/test_cleanup.c index 724867628b..4e89893bcd 100644 --- a/source3/torture/test_cleanup.c +++ b/source3/torture/test_cleanup.c @@ -30,7 +30,8 @@ bool run_cleanup1(int dummy) uint16_t fnum; NTSTATUS status; - printf("Starting cleanup1 test\n"); + printf("CLEANUP1: Checking that a conflicting share mode is cleaned " + "up\n"); if (!torture_open_connection(&cli, 0)) { return false; |