diff options
author | Volker Lendecke <vl@samba.org> | 2009-03-29 00:52:22 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-03-29 00:53:04 +0100 |
commit | 4b8e4ea7286f045effb6feb4c7bf8c5ef4ed2f9b (patch) | |
tree | bc378b8b84a624a039184bd441aa1eac395a725e /source3/torture | |
parent | 23bb1eedf68f1325a4993def22689cf2c8283f8d (diff) | |
download | samba-4b8e4ea7286f045effb6feb4c7bf8c5ef4ed2f9b.tar.gz samba-4b8e4ea7286f045effb6feb4c7bf8c5ef4ed2f9b.tar.bz2 samba-4b8e4ea7286f045effb6feb4c7bf8c5ef4ed2f9b.zip |
Fix a debug msg typo
Diffstat (limited to 'source3/torture')
-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 6029eb0727..1b9e394a68 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -5203,7 +5203,7 @@ static bool run_cli_echo(int dummy) struct async_req *req; NTSTATUS status; - printf("starting chain1 test\n"); + printf("starting cli_echo test\n"); if (!torture_open_connection(&cli, 0)) { return false; } |