From d4818c70eb1275e532df0e6882bb761335d2dba2 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 28 Aug 2008 16:06:23 -0700 Subject: Clarify usage of "force create mode". Jeremy. (This used to be commit 1d252ffd313e0cd6fcb3d7cb2c99f2daf56728c1) --- source3/client/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/client/client.c b/source3/client/client.c index 1c0dff92c1..85f653e903 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -1080,7 +1080,7 @@ static int do_get(const char *rname, const char *lname_in, bool reget) get_total_time_ms += this_time; get_total_size += nread; - DEBUG(1,("(%3.1f kb/s) (average %3.1f kb/s)\n", + DEBUG(1,("(%3.1f KiloBytes/sec) (average %3.1f KiloBytes/sec)\n", nread / (1.024*this_time + 1.0e-4), get_total_size / (1.024*get_total_time_ms))); } -- cgit