summaryrefslogtreecommitdiff
path: root/source3/client
diff options
context:
space:
mode:
Diffstat (limited to 'source3/client')
-rw-r--r--source3/client/client.c2
-rw-r--r--source3/client/smbmount.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index b72a620730..ea1555beb4 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -3733,7 +3733,7 @@ static void usage(char *pname)
}
- DEBUG(3,("%s client started (version %s)\n",timestring(),VERSION));
+ DEBUG( 3, ( "Client started (version %s).\n", VERSION ) );
if (tar_type) {
recurse=True;
diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c
index 2424513d68..2fc38def9d 100644
--- a/source3/client/smbmount.c
+++ b/source3/client/smbmount.c
@@ -803,7 +803,7 @@ static void usage(char *pname)
}
- DEBUG(3,("%s client started (version %s)\n",timestring(),VERSION));
+ DEBUG( 3, ( "Client started (version %s)\n", VERSION ) );
if(!get_myname(myhostname,NULL))
{