diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index d52b61596a..1d46346751 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -5058,7 +5058,7 @@ static bool run_mangle1(int dummy) SMB_OFF_T size; uint16_t mode; - printf("starting chain1 test\n"); + printf("starting mangle1 test\n"); if (!torture_open_connection(&cli, 0)) { return False; } |